Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: remove calling common.mustCall() that is unnecessary
  • Loading branch information
Masashi Hirano committed Jun 10, 2018
commit d462d2c5afa10ed6d04fb3487af658973f73eeb8
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();