Skip to content

Commit

Permalink
Fixed test_oversized_read failing on 32-bit platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 6, 2024
1 parent dbcb234 commit 7527916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,11 +939,11 @@ def test_decimal_payload_unpacking(impl, data, expected):
"payload",
[
pytest.param(
unhexlify("5b7fffffffffffff00"),
unhexlify("41"),
id="bytestring",
),
pytest.param(
unhexlify("7b7fffffffffffff00"),
unhexlify("61"),
id="unicode",
),
],
Expand Down

0 comments on commit 7527916

Please sign in to comment.