We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66eb35f commit f2c57e7Copy full SHA for f2c57e7
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