Skip to content

Commit

Permalink
Update test/parallel/test-repl-unsafe-array-iteration.js
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
RaisinTen and aduh95 committed Dec 18, 2020
1 parent 77a6be5 commit 6c19991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-repl-unsafe-array-iteration.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function run(input, expectation) {
const actual = output.split('\n');

// Validate that the for loop returns undefined
assert.notStrictEqual(actual[actual.length - 2], expectation);
assert.strictEqual(actual[actual.length - 2], expectation);
}));

inputStream.run(input);
Expand Down

0 comments on commit 6c19991

Please sign in to comment.