We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1e66a commit 052f6a7Copy full SHA for 052f6a7
tests/table/test_validate.py
@@ -449,6 +449,8 @@ def test_validate_added_delete_files_conflicting_count(
449
file_path="s3://dummy/path",
450
)
451
452
+ mock_delete_file.spec_id = 0
453
+
454
def mock_read_manifest_side_effect(self: Snapshot, io: FileIO) -> list[ManifestFile]:
455
"""Mock the manifests method to use the snapshot_id for lookup."""
456
snapshot_id = self.snapshot_id
0 commit comments