8000
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 8919cb4 commit 1b55e12Copy full SHA for 1b55e12
Lib/test/test_zstd.py
@@ -293,11 +293,11 @@ def test_compress_parameters(self):
293
294
# zstd lib doesn't support MT compression
295
if not SUPPORT_MULTITHREADING:
296
- with self.assertRaises(ZstdError): 723F
+ with self.assertRaises(ValueError):
297
ZstdCompressor(options={CompressionParameter.nb_workers:4})
298
- with self.assertRaises(ZstdError):
299
ZstdCompressor(options={CompressionParameter.job_size:4})
300
301
ZstdCompressor(options={CompressionParameter.overlap_log:4})
302
303
# out of bounds error msg
0 commit comments