We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119fc3a commit d590aa8Copy full SHA for d590aa8
test/pummel/test-net-timeout.js
@@ -66,7 +66,7 @@ echo_server.listen(common.PORT, function() {
66
});
67
68
client.on('data', function(chunk) {
69
- assert.strictEqual('hello\r\n', chunk);
+ assert.strictEqual(chunk, 'hello\r\n');
70
if (exchanges++ < 5) {
71
setTimeout(function() {
72
console.log('client write "hello"');
0 commit comments