Skip to content

Commit b4420d5

Browse files
committed
f
1 parent 574990d commit b4420d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-zlib-brotli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const sampleBuffer = fixtures.readSync('/pss-vectors.json');
7373
}
7474

7575
{
76-
// test options.flush range
76+
// Test options.flush range
7777
assert.throws(() => {
7878
zlib.brotliCompressSync('', { flush: zlib.constants.Z_FINISH });
7979
}, {

0 commit comments

Comments
 (0)