Skip to content

Commit

Permalink
Slightly more coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed May 22, 2019
1 parent 5e25b61 commit f8807fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module.exports = function(JZZ, PARAMS, DRIVER) {
var name = 'Virtual MIDI-Out to remove';
var dst = DRIVER.MidiDst(name);
dst.connect();
engine.refresh().onChange(function(arg) {
engine.refresh().onChange().connect(function(arg) {
assert.equal(arg.outputs.removed[0].name, name);
engine.onChange().disconnect();
done();
Expand Down

0 comments on commit f8807fd

Please sign in to comment.