Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Mar 24, 2024
1 parent ee03427 commit 597109b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ describe('functions', function() {
assert.throws(function() { trk.tick(); });
assert.throws(function() { trk.ch(-1); });
assert.throws(function() { trk.sxId(-1); });
trk.add(0, [[0x80, 0, 0], []])
});
it('validate', function() {
var smf = new JZZ.MIDI.SMF(1);
Expand Down

0 comments on commit 597109b

Please sign in to comment.