Skip to content

Commit 10283bb

Browse files
committed
fixup: test
1 parent 722975a commit 10283bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/test-stream-writable-invalid-chunk.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ function testWriteType(val, objectMode, code) {
1414
assert.throws(() => {
1515
writable.write(val);
1616
}, { code });
17+
} else {
18+
writable.write(val);
1719
}
1820
}
1921

0 commit comments

Comments
 (0)