summaryrefslogtreecommitdiff
path: root/test/parallel/test-net-binary.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-net-binary.js')
-rw-r--r--test/parallel/test-net-binary.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-net-binary.js b/test/parallel/test-net-binary.js
index bcc554ac40..0c5cac1c37 100644
--- a/test/parallel/test-net-binary.js
+++ b/test/parallel/test-net-binary.js
@@ -55,7 +55,7 @@ echoServer.on('listening', function() {
});
process.on('exit', function() {
- assert.equal(2 * 256, recv.length);
+ assert.strictEqual(2 * 256, recv.length);
const a = recv.split('');