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 bf3bed5

Browse filesBrowse files
m-nikhilcodebytere
authored andcommitted
test: swap actual&optional params
PR-URL: #24426 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
1 parent a7c1d09 commit bf3bed5
Copy full SHA for bf3bed5

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎test/pummel/test-stream-pipe-multi.js‎

Copy file name to clipboardExpand all lines: test/pummel/test-stream-pipe-multi.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ FakeStream.prototype.close = function() {
6666

6767
// expect all streams to close properly.
6868
process.on('exit', function() {
69-
assert.strictEqual(cnt, wclosed);
70-
assert.strictEqual(cnt, rclosed);
69+
assert.strictEqual(wclosed, cnt);
70+
assert.strictEqual(rclosed, cnt);
7171
});
7272

7373
for (let i = 0; i < chunkSize; i++) {

0 commit comments

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