★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/d7722dd9d8Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files

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>
  • Loading branch information...
michael-zucker authored and MylesBorins committed Nov 7, 2018
1 parent 2e0d3c9 commit d7722dd9d8582b76f04a16bd11c4cd7140880365
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/parallel/test-fs-read-stream-fd-leak.js
@@ -37,8 +37,8 @@ function testLeak(endFn, callback) {
}

assert.strictEqual(
0,
openCount,
0,
`no leaked file descriptors using ${endFn}() (got ${openCount})`
);

0 comments on commit d7722dd

Please sign in to comment.
You can’t perform that action at this time.