summaryrefslogtreecommitdiff
path: root/test/parallel/test-zlib-destroy-pipe.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-zlib-destroy-pipe.js')
-rw-r--r--test/parallel/test-zlib-destroy-pipe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-zlib-destroy-pipe.js b/test/parallel/test-zlib-destroy-pipe.js
index 38b8a5b492..67821a21b6 100644
--- a/test/parallel/test-zlib-destroy-pipe.js
+++ b/test/parallel/test-zlib-destroy-pipe.js
@@ -4,7 +4,7 @@ const common = require('../common');
const zlib = require('zlib');
const { Writable } = require('stream');
-// verify that the zlib transform does not error in case
+// Verify that the zlib transform does not error in case
// it is destroyed with data still in flight
const ts = zlib.createGzip();