Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kssenii authored Oct 16, 2023
1 parent 8f3974d commit b525f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_storage_iceberg/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def test_delete_files(started_cluster, format_version):
)

assert int(instance.query(f"SELECT count() FROM {TABLE_NAME}")) == 0
assert instance.contains_in_log("Got delete file for")
assert instance.contains_in_log("Processing delete file for path")

write_iceberg_from_df(
spark,
Expand Down

0 comments on commit b525f1c

Please sign in to comment.