Skip to content

Commit

Permalink
test: switch the argument order for the assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanVilla1585 committed Jun 26, 2019
1 parent e6edd66 commit 53ef8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-next-tick-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ process.on('uncaughtException', function(err, errorOrigin) {
});

process.on('exit', function() {
assert.deepStrictEqual(['A', 'B', 'C'], order);
assert.deepStrictEqual(order, ['A', 'B', 'C']);
});

0 comments on commit 53ef8c2

Please sign in to comment.