Skip to content

Commit 4245cbb

Browse files
michael-zuckerBridgeAR
authored andcommitted
test: fix the arguments order in assert.strictEqual
This change was initiated from the NodeConfEU session. PR-URL: #24226 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent be40fd1 commit 4245cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-fs-read-stream-fd-leak.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ function testLeak(endFn, callback) {
3737
}
3838

3939
assert.strictEqual(
40-
0,
4140
openCount,
41+
0,
4242
`no leaked file descriptors using ${endFn}() (got ${openCount})`
4343
);
4444

0 commit comments

Comments
 (0)