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 ea86b44 commit a9fdde3Copy full SHA for a9fdde3
tests/test_cache.py
@@ -36,7 +36,6 @@ def test_ResolvedObjectCache_get_or_cache_returns_previously_cached_id() -> None
36
assert cache_result_2 is cat
37
38
39
-# class ResolvedObjectCollectionCacheTest(unittest.TestCase):
40
def test_ResolvedObjectCollectionCache_merge() -> None:
41
cat1 = create_catalog(1, include_href=False)
42
cat2 = create_catalog(2)
0 commit comments