mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 21:58:48 +02:00
test: fix arguments order in assert.strictEqual
PR-URL: https://github.com/nodejs/node/pull/24612 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
This commit is contained in:
parent
d564347989
commit
aa0c22c42d
1 changed files with 1 additions and 1 deletions
|
@ -54,5 +54,5 @@ server.listen(0, function() {
|
|||
});
|
||||
|
||||
process.on('exit', () => {
|
||||
assert.strictEqual(expected, result);
|
||||
assert.strictEqual(result, expected);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue