Skip to content

Commit

Permalink
Fix typo in a test expected field
Browse files Browse the repository at this point in the history
  • Loading branch information
balbok0 committed Jan 7, 2024
1 parent 8fe610d commit 20d29d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def test_delta_schema():
pa.schema(
[
("some_list", pa.large_list(pa.large_string())),
("some_fixed_list_int", pa.list_(pa.int32())),
("some_fixed_list_int", pa.large_list(pa.int32())),
("some_list_binary", pa.large_list(pa.large_binary())),
("some_string", pa.large_string()),
]
Expand Down

0 comments on commit 20d29d6

Please sign in to comment.