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 Jun 21, 2022
1 parent 93065da commit 5f81263
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 5f81263

Please sign in to comment.