We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dee72 commit 2e5cb3bCopy full SHA for 2e5cb3b
tests/integration/test_writes/test_writes.py
@@ -2416,4 +2416,4 @@ def test_stage_only_overwrite_files(
2416
parent_snapshot_id = [row.parent_id for row in rows]
2417
assert operations == ["append", "append", "delete", "append", "append"]
2418
2419
- assert parent_snapshot_id == [None, first_snapshot, second_snapshot, second_snapshot, second_snapshot]
+ assert parent_snapshot_id == [None, first_snapshot, second_snapshot, second_snapshot, second_snapshot]
0 commit comments