Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX committed Apr 26, 2021
1 parent 574990d commit b4420d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-zlib-brotli.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const sampleBuffer = fixtures.readSync('/pss-vectors.json');
}

{
// test options.flush range
// Test options.flush range
assert.throws(() => {
zlib.brotliCompressSync('', { flush: zlib.constants.Z_FINISH });
}, {
Expand Down

0 comments on commit b4420d5

Please sign in to comment.