contrib/python-zstandard/tests/test_compressor.py
changeset 52639 9db77d46de79
parent 44147 5e84a96d865b
--- a/contrib/python-zstandard/tests/test_compressor.py	Mon Jan 06 14:07:43 2025 -0500
+++ b/contrib/python-zstandard/tests/test_compressor.py	Mon Jan 06 14:15:40 2025 -0500
@@ -1678,7 +1678,7 @@
         with self.assertRaisesRegex(
             TypeError, "item 0 not a bytes like object"
         ):
-            cctx.multi_compress_to_buffer([u"foo"])
+            cctx.multi_compress_to_buffer(["foo"])
 
     def test_empty_input(self):
         cctx = zstd.ZstdCompressor()