From cb73e512e28769ef1fb4b7d2dee387fcae9b0f8c Mon Sep 17 00:00:00 2001 From: Sema Date: Sat, 9 Mar 2024 01:35:49 -0500 Subject: [PATCH] Minor fix --- test/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common.js b/test/common.js index 6c61cf3..780be95 100644 --- a/test/common.js +++ b/test/common.js @@ -1935,7 +1935,7 @@ describe('JZZ.Context', function() { }); it('device id response', function() { var ctxt = JZZ.Context(); - var msg = JZZ.MIDI([0xf0, 0x7e, 0x10, 0x06, 0x02, 0x41, 0x2b, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0xf7]); + var msg = JZZ.MIDI([0xf0, 0x7e, 0x10, 0x06, 0x02, 0x41, 0x2b, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0xf7]); ctxt._receive(msg); assert.equal(msg.toString(), 'f0 7e 10 06 02 41 2b 02 00 00 00 01 00 00 f7 (Device ID Response)'); // MIDI 2.0