Skip to content

Commit

Permalink
fixup: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Feb 17, 2020
1 parent 722975a commit 10283bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parallel/test-stream-writable-invalid-chunk.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ function testWriteType(val, objectMode, code) {
assert.throws(() => {
writable.write(val);
}, { code });
} else {
writable.write(val);
}
}

Expand Down

0 comments on commit 10283bb

Please sign in to comment.