test: switch assertEqual arguments

PR-URL: https://github.com/nodejs/node/pull/27913
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
Evgenii Shchepotev
2019-05-26 18:17:48 +03:00
committed by Rich Trott
parent 4f9cd2770a
commit 3545a3f83b

View File

@@ -76,7 +76,7 @@ echoServer.on('listening', function() {
});
process.on('exit', function() {
assert.strictEqual(2 * 256, recv.length);
assert.strictEqual(recv.length, 2 * 256);
const a = recv.split('');