Skip to content

Commit dbd0174

Browse files
committed
test: fix linting in test-nsolid-file-handle-count
1 parent 972af86 commit dbd0174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-nsolid-file-handle-count.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fs.readFile(__filename, () => {
5656
assert.strictEqual(getClosed(), ++cCntr);
5757

5858
checkPromise()
59-
.then(common.mustCall(closePromiseFd));
59+
.then(common.mustCall((fh) => closePromiseFd(fh)));
6060
}));
6161
}));
6262
});

0 commit comments

Comments
 (0)