Skip to content

Commit d2df338

Browse files
committed
Test
1 parent d0d6577 commit d2df338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/table/test_puffin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ def test_map_spread_vals() -> None:
7070
def test_map_high_vals() -> None:
7171
puffin = _open_file("64maphighvals.bin")
7272

73-
with pytest.raises(ValueError, match="Key 4022190063 is too large, max 2147483648 to maintain compatibility with Java impl"):
73+
with pytest.raises(ValueError, match="Key 4022190063 is too large, max 2147483647 to maintain compatibility with Java impl"):
7474
_ = _deserialize_bitmap(puffin)

0 commit comments

Comments
 (0)