Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Sep 20, 2019
1 parent 757de53 commit ee8d279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-stream-writev.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ function test(decode, uncork, multi, next) {

{
const w = new stream.Writable({
writev: function(chunks, cb) {
writev: common.mustCall(function(chunks, cb) {
cb();
}
})
});
w.write('asd', common.mustCall());
}

0 comments on commit ee8d279

Please sign in to comment.