We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2bf0d commit fa2863fCopy full SHA for fa2863f
tests/utils/test_manifest.py
@@ -806,7 +806,7 @@ def test_manifest_cache_deduplicates_manifest_files() -> None:
806
assert manifests2[1] is manifests3[1], "ManifestFile2 should be the same object instance across manifest lists"
807
808
# Verify cache size - should only have 3 unique ManifestFile objects
809
- # not 1 + 2 + 3 = 6 objects as with the old approach
+ # instead of 1 + 2 + 3 = 6 objects as with the old approach
810
assert len(_manifest_cache) == 3, (
811
f"Cache should contain exactly 3 unique ManifestFile objects, but has {len(_manifest_cache)}"
812
)
0 commit comments