Skip to content

Commit 2354170

Browse files
Trottaddaleax
authored andcommitted
test: replace deprecated function call from test-repl-history-navigation
test-repl-history-navigation fails with NODE_PENDING_DEPRECATION=1. Replace deprecated repl.inputStream with repl.input. PR-URL: #34199 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 0083543 commit 2354170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-repl-history-navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ function runTest() {
560560
enumerable: true
561561
});
562562
}
563-
repl.inputStream.run(opts.test);
563+
repl.input.run(opts.test);
564564
});
565565
}
566566

0 commit comments

Comments
 (0)