Skip to content

Commit 8dcd53a

Browse files
committed
fixed comment in test
1 parent 222f983 commit 8dcd53a

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
@@ -958,4 +958,4 @@ def test_add_files_to_branch(spark: SparkSession, session_catalog: Catalog, form
958958
assert branch_df.count() == 6, "Expected 5 rows in branch"
959959

960960
for col in branch_df.columns:
961-
assert branch_df.filter(branch_df[col].isNotNull()).count() == 6, "Expected all 5 rows to be non-null"
961+
assert branch_df.filter(branch_df[col].isNotNull()).count() == 6, "Expected all 6 rows to be non-null"

0 commit comments

Comments
 (0)