Skip to content

Commit fa2863f

Browse files
committed
typo
1 parent 0f2bf0d commit fa2863f

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
@@ -806,7 +806,7 @@ def test_manifest_cache_deduplicates_manifest_files() -> None:
806806
assert manifests2[1] is manifests3[1], "ManifestFile2 should be the same object instance across manifest lists"
807807

808808
# Verify cache size - should only have 3 unique ManifestFile objects
809-
# not 1 + 2 + 3 = 6 objects as with the old approach
809+
# instead of 1 + 2 + 3 = 6 objects as with the old approach
810810
assert len(_manifest_cache) == 3, (
811811
f"Cache should contain exactly 3 unique ManifestFile objects, but has {len(_manifest_cache)}"
812812
)

0 commit comments

Comments
 (0)