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 4e1a54f commit 305c1e1Copy full SHA for 305c1e1
test/parallel/test-net-stream.js
@@ -69,5 +69,5 @@ const server = net.createServer(function(socket) {
69
});
70
71
process.on('exit', function() {
72
- assert.strictEqual(server.connections, 0);
+ assert.strictEqual(0, server.connections);
73
0 commit comments