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 5c1e360 commit 1ad29f2Copy full SHA for 1ad29f2
Lib/test/test_zstd/test_core.py
@@ -1477,7 +1477,7 @@ def test_as_prefix(self):
1477
# V2
1478
mid = len(V1) // 2
1479
V2 = V1[:mid] + \
1480
- (b'a' if V1[mid] != b'a' else b'b') + \
+ (b'a' if V1[mid] != int.from_bytes(b'a') else b'b') + \
1481
V1[mid+1:]
1482
1483
# compress
0 commit comments