Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 91f111f

Browse filesBrowse files
deletemantargos
authored andcommitted
test: remove string error from strictEqual
Removes the string error from the assertion call to improve the error message shown on screen when the test fails. PR-URL: #21292 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 02bc99d commit 91f111f
Copy full SHA for 91f111f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const stream = require('stream');
77
const writable = new stream.Writable();
88

99
writable._writev = common.mustCall((chunks, cb) => {
10-
assert.strictEqual(chunks.length, 2, 'two chunks to write');
10+
assert.strictEqual(chunks.length, 2);
1111
cb();
1212
}, 1);
1313

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.