Skip to content

Commit

Permalink
fixup: move on 'finish'
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Apr 25, 2020
1 parent 7da4656 commit b544f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-stream-writable-finish-destroyed.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ const { Writable } = require('stream');
})
});

w.on('finish', common.mustNotCall());
w.end('asd');
w.destroy();
w.on('finish', common.mustNotCall());
}

{
Expand Down

0 comments on commit b544f97

Please sign in to comment.