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 450c504 commit 0dafae5Copy full SHA for 0dafae5
Lib/test/test_zstd.py
@@ -410,7 +410,7 @@ def test_set_pledged_input_size(self):
410
c.compress(b'123456')
411
self.assertEqual(c.last_mode, c.CONTINUE)
412
with self.assertRaisesRegex(RuntimeError,
413
- r'\.last_mode == \.FLUSH_FRAME'):
+ r'last_mode == FLUSH_FRAME'):
414
c.set_pledged_input_size(300)
415
416
# None value
0 commit comments