Skip to content

Commit bbd9ae0

Browse files
committed
fix namespace for test
1 parent ef60e3b commit bbd9ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_writes/test_writes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ def test_rest_catalog_with_empty_catalog_name_append_data(session_catalog: Catal
15401540

15411541
@pytest.mark.integration
15421542
def test_table_v1_with_null_nested_namespace(session_catalog: Catalog, arrow_table_with_null: pa.Table) -> None:
1543-
identifier = "default.lower.table_v1_with_null_nested_namespace"
1543+
identifier = "default.table_v1_with_null_nested_namespace"
15441544
tbl = _create_table(session_catalog, identifier, {"format-version": "1"}, [arrow_table_with_null])
15451545
assert tbl.format_version == 1, f"Expected v1, got: v{tbl.format_version}"
15461546

0 commit comments

Comments
 (0)