Skip to content

Commit

Permalink
test: use mustCall instead of mustCallAtLeast
Browse files Browse the repository at this point in the history
  • Loading branch information
fossamagna committed Jul 12, 2022
1 parent 89f547b commit eddab01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-readline-interface.js
Expand Up @@ -76,7 +76,7 @@ function assertCursorRowsAndCols(rli, rows, cols) {
const rli = new readline.Interface(
fi,
fi,
common.mustCallAtLeast((line) => [[], line]),
common.mustCall((line) => [[], line]),
true,
);
assert(rli instanceof readline.Interface);
Expand Down

0 comments on commit eddab01

Please sign in to comment.