Skip to content

Commit d462d2c

Browse files
author
Masashi Hirano
committed
test: remove calling common.mustCall() that is unnecessary
1 parent c431fc5 commit d462d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-fs-promises-file-handle-sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ async function validateSync() {
2424
assert.deepStrictEqual(ret.buffer, buf);
2525
}
2626

27-
validateSync().then(common.mustCall());
27+
validateSync();

0 commit comments

Comments
 (0)