summaryrefslogtreecommitdiff
path: root/test/parallel/test-net-error-twice.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-net-error-twice.js')
-rw-r--r--test/parallel/test-net-error-twice.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-net-error-twice.js b/test/parallel/test-net-error-twice.js
index 98a2c33755..3c25d1c98e 100644
--- a/test/parallel/test-net-error-twice.js
+++ b/test/parallel/test-net-error-twice.js
@@ -38,5 +38,5 @@ const srv = net.createServer(function onConnection(conn) {
process.on('exit', function() {
console.log(errs);
- assert.equal(errs.length, 1);
+ assert.strictEqual(errs.length, 1);
});