Skip to content

Commit 177dadc

Browse files
committed
comment
1 parent ab6de0d commit 177dadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/test_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ def test_read_manifest_v2(generated_manifest_file_file_v2: str) -> None:
308308

309309

310310
def test_read_manifest_cache(generated_manifest_file_file_v2: str) -> None:
311+
# Mock the read_manifest_list function relative to the module path
311312
with patch("pyiceberg.table.snapshots.read_manifest_list") as mocked_read_manifest_list:
312-
# Mock the read_manifest_list function relative to the module path
313313
io = load_file_io()
314314

315315
snapshot = Snapshot(

0 commit comments

Comments
 (0)