We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222f983 commit 8dcd53aCopy full SHA for 8dcd53a
1 file changed
tests/integration/test_add_files.py
@@ -958,4 +958,4 @@ def test_add_files_to_branch(spark: SparkSession, session_catalog: Catalog, form
958
assert branch_df.count() == 6, "Expected 5 rows in branch"
959
960
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"
+ assert branch_df.filter(branch_df[col].isNotNull()).count() == 6, "Expected all 6 rows to be non-null"
0 commit comments