★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/b7aa312672Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
test: fix arguments order in assert.strictEqual
PR-URL: #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>
  • Loading branch information
tottokotkd authored and rvagg committed Nov 28, 2018
1 parent 955a8a7 commit b7aa3126724e45dc1d26e8b12f2583c2cef42b20
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/parallel/test-http-default-encoding.js
@@ -54,5 +54,5 @@ server.listen(0, function() {
});

process.on('exit', () => {
assert.strictEqual(expected, result);
assert.strictEqual(result, expected);
});

0 comments on commit b7aa312

Please sign in to comment.