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
Next Next commit
test: fix error message
  • Loading branch information
styfle committed Dec 21, 2017
commit c28d36c7590ea3e8150fa69da2b66ba8de064bbe
3 changes: 1 addition & 2 deletions test/parallel/test-internal-fs-syncwritestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ const filename = path.join(common.tmpDir, 'sync-write-stream.txt');
}, {
code: 'ERR_INVALID_ARG_TYPE',
type: TypeError,
message: 'The "data" argument must be of type Buffer without null bytes.' +
' Received type number'
message: 'The "data" argument must be of type Buffer. Received type number'
});
}

Expand Down