Skip to content

Commit

Permalink
test: remove calling common.mustCall() that is unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Masashi Hirano committed Jun 10, 2018
1 parent c431fc5 commit d462d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-promises-file-handle-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ async function validateSync() {
assert.deepStrictEqual(ret.buffer, buf);
}

validateSync().then(common.mustCall());
validateSync();

0 comments on commit d462d2c

Please sign in to comment.