test: switch the argument order for the assertion
PR-URL: https://github.com/nodejs/node/pull/28356 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
41fad84035
commit
af3992b1ca
@ -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']);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user