summaryrefslogtreecommitdiff
path: root/test/parallel/test-zlib-not-string-or-buffer.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-zlib-not-string-or-buffer.js')
-rw-r--r--test/parallel/test-zlib-not-string-or-buffer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-zlib-not-string-or-buffer.js b/test/parallel/test-zlib-not-string-or-buffer.js
index b7b9a465cb..a0954a0e1e 100644
--- a/test/parallel/test-zlib-not-string-or-buffer.js
+++ b/test/parallel/test-zlib-not-string-or-buffer.js
@@ -15,7 +15,7 @@ const zlib = require('zlib');
0,
1,
[1, 2, 3],
- { foo: 'bar' }
+ { foo: 'bar' },
].forEach((input) => {
assert.throws(
() => zlib.deflateSync(input),