diff options
Diffstat (limited to 'test/parallel/test-repl-eval.js')
-rw-r--r-- | test/parallel/test-repl-eval.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-repl-eval.js b/test/parallel/test-repl-eval.js index 7508e14d8b..d775423fb7 100644 --- a/test/parallel/test-repl-eval.js +++ b/test/parallel/test-repl-eval.js @@ -16,7 +16,7 @@ const repl = require('repl'); }; const r = repl.start(options); - r.context = {foo: 'bar'}; + r.context = { foo: 'bar' }; try { // Default preprocessor transforms |