summaryrefslogtreecommitdiff
path: root/test/parallel/test-zlib-invalid-input.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-zlib-invalid-input.js')
-rw-r--r--test/parallel/test-zlib-invalid-input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-zlib-invalid-input.js b/test/parallel/test-zlib-invalid-input.js
index 91d4efd388..4eb6779c41 100644
--- a/test/parallel/test-zlib-invalid-input.js
+++ b/test/parallel/test-zlib-invalid-input.js
@@ -41,5 +41,5 @@ unzips.forEach(function(uz, i) {
});
process.on('exit', function() {
- assert.deepEqual(hadError, [true, true, true, true], 'expect 4 errors');
+ assert.deepStrictEqual(hadError, [true, true, true, true], 'expect 4 errors');
});