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 ab6de0d commit 177dadcCopy full SHA for 177dadc
tests/utils/test_manifest.py
@@ -308,8 +308,8 @@ def test_read_manifest_v2(generated_manifest_file_file_v2: str) -> None:
308
309
310
def test_read_manifest_cache(generated_manifest_file_file_v2: str) -> None:
311
+ # Mock the read_manifest_list function relative to the module path
312
with patch("pyiceberg.table.snapshots.read_manifest_list") as mocked_read_manifest_list:
- # Mock the read_manifest_list function relative to the module path
313
io = load_file_io()
314
315
snapshot = Snapshot(
0 commit comments