Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Jan 30, 2024
1 parent b91e1cf commit 2834bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/catalog/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ def test_convert_schema_if_needed(
def test_create_table_pyarrow_schema(catalog: InMemoryCatalog, pyarrow_schema_simple_without_ids: pa.Schema) -> None:
table = catalog.create_table(
identifier=TEST_TABLE_IDENTIFIER,
location=TEST_TABLE_LOCATION,
schema=pyarrow_schema_simple_without_ids,
location=TEST_TABLE_LOCATION,
properties=TEST_TABLE_PROPERTIES,
)
assert catalog.load_table(TEST_TABLE_IDENTIFIER) == table
Expand Down

0 comments on commit 2834bae

Please sign in to comment.