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 d0d6577 commit d2df338Copy full SHA for d2df338
tests/table/test_puffin.py
@@ -70,5 +70,5 @@ def test_map_spread_vals() -> None:
70
def test_map_high_vals() -> None:
71
puffin = _open_file("64maphighvals.bin")
72
73
- with pytest.raises(ValueError, match="Key 4022190063 is too large, max 2147483648 to maintain compatibility with Java impl"):
+ with pytest.raises(ValueError, match="Key 4022190063 is too large, max 2147483647 to maintain compatibility with Java impl"):
74
_ = _deserialize_bitmap(puffin)
0 commit comments