We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b161e0 commit 4a3e089Copy full SHA for 4a3e089
test/parallel/test-fs-makeStatsCallback.js
@@ -13,7 +13,7 @@ function testMakeStatsCallback(cb) {
13
}
14
15
// Verify the case where a callback function is provided
16
-assert.doesNotThrow(testMakeStatsCallback(common.noop));
+assert.doesNotThrow(testMakeStatsCallback(common.mustCall()));
17
18
// Passing undefined/nothing calls rethrow() internally
19
assert.doesNotThrow(testMakeStatsCallback());
0 commit comments