Skip to content

Commit 2569263

Browse files
committed
thanks fokko
1 parent 40eb5d5 commit 2569263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_add_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def test_add_files_to_partitioned_table_fails_with_lower_and_upper_mismatch(
503503

504504
@pytest.mark.integration
505505
def test_add_files_snapshot_properties(spark: SparkSession, session_catalog: Catalog, format_version: int) -> None:
506-
identifier = f"default.snapshot_properties_v{format_version}"
506+
identifier = f"default.test_add_files_snapshot_properties_v{format_version}"
507507
tbl = _create_table(session_catalog, identifier, format_version)
508508

509509
file_paths = [f"s3://warehouse/default/unpartitioned/v{format_version}/test-{i}.parquet" for i in range(5)]

0 commit comments

Comments
 (0)