We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b39741 commit 945af60Copy full SHA for 945af60
Lib/test/test_zstd.py
@@ -294,11 +294,11 @@ def test_compress_parameters(self):
294
295
# zstd lib doesn't support MT compression
296
if not SUPPORT_MULTITHREADING:
297
- with self.assertRaises(ZstdError):
+ with self.assertRaises(ValueError):
298
ZstdCompressor(options={CompressionParameter.nb_workers:4})
299
300
ZstdCompressor(options={CompressionParameter.job_size:4})
301
302
ZstdCompressor(options={CompressionParameter.overlap_log:4})
303
304
# out of bounds error msg
0 commit comments