mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
committed by
Rich Trott
parent
4f9cd2770a
commit
3545a3f83b
@@ -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('');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user