We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7966bc commit b117f6dCopy full SHA for b117f6d
test/parallel/test-net-binary.js
@@ -76,7 +76,7 @@ echoServer.on('listening', function() {
76
});
77
78
process.on('exit', function() {
79
- assert.strictEqual(2 * 256, recv.length);
+ assert.strictEqual(recv.length, 2 * 256);
80
81
const a = recv.split('');
82
0 commit comments