Skip to content

Commit 052f6a7

Browse files
committed
fix test
1 parent ea1e66a commit 052f6a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/table/test_validate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,8 @@ def test_validate_added_delete_files_conflicting_count(
449449
file_path="s3://dummy/path",
450450
)
451451

452+
mock_delete_file.spec_id = 0
453+
452454
def mock_read_manifest_side_effect(self: Snapshot, io: FileIO) -> list[ManifestFile]:
453455
"""Mock the manifests method to use the snapshot_id for lookup."""
454456
snapshot_id = self.snapshot_id

0 commit comments

Comments
 (0)