Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test/parallel/test-stream-writable-aborted.js
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
ronag and lpinca authored Nov 13, 2021
commit 32de90ce4fb27b2bfd5c3beda3c560000623892a
2 changes: 1 addition & 1 deletion test/parallel/test-stream-writable-aborted.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const { Writable } = require('stream');

{
const writable = new Writable({
read() {
write() {
}
});
assert.strictEqual(writable.writableAborted, false);
Expand Down