summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl-history-perm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-repl-history-perm.js')
-rw-r--r--test/parallel/test-repl-history-perm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-repl-history-perm.js b/test/parallel/test-repl-history-perm.js
index 259c96fe8a..5ca8bf57a4 100644
--- a/test/parallel/test-repl-history-perm.js
+++ b/test/parallel/test-repl-history-perm.js
@@ -45,7 +45,7 @@ const checkResults = common.mustCall(function(err, r) {
});
repl.createInternalRepl(
- {NODE_REPL_HISTORY: replHistoryPath},
+ { NODE_REPL_HISTORY: replHistoryPath },
{
terminal: true,
input: stream,