Skip to content

Commit afa8ec3

Browse files
committed
ci: retrigger integration tests
1 parent 6c9ecb3 commit afa8ec3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/table/test_inspect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def test_inspect_manifests_preserves_empty_string_bounds(catalog: InMemoryCatalo
106106
assert partition_summary["lower_bound"] == ""
107107
assert partition_summary["upper_bound"] == ""
108108

109+
109110
def test_readable_bound_type_promotions() -> None:
110111
# 4-byte LE representation of integer 10 -> b'\x0a\x00\x00\x00'
111112
four_byte_int_bound = b"\x0a\x00\x00\x00"

0 commit comments

Comments
 (0)