Skip to content

Commit

Permalink
Update test/parallel/test-streams-highwatermark.js
Browse files Browse the repository at this point in the history
Co-authored-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
pd4d10 and RaisinTen committed Sep 4, 2021
1 parent c9c75be commit dbba797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parallel/test-streams-highwatermark.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const { inspect } = require('util');
assert.throws(() => readable.read(hwm), common.expectsError({
code: 'ERR_OUT_OF_RANGE',
message: 'The value of "size" is out of range.' +
' It must be <= 1GiB. Received ' + hwm,
' It must be <= 1GiB. Received ' +
hwm,
}));
}

0 comments on commit dbba797

Please sign in to comment.