Skip to content

Commit 2e5cb3b

Browse files
author
Yingjian Wu
committed
fix format
1 parent 08dee72 commit 2e5cb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_writes/test_writes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2416,4 +2416,4 @@ def test_stage_only_overwrite_files(
24162416
parent_snapshot_id = [row.parent_id for row in rows]
24172417
assert operations == ["append", "append", "delete", "append", "append"]
24182418

2419-
assert parent_snapshot_id == [None, first_snapshot, second_snapshot, second_snapshot, second_snapshot]
2419+
assert parent_snapshot_id == [None, first_snapshot, second_snapshot, second_snapshot, second_snapshot]

0 commit comments

Comments
 (0)