diff --git a/cognee/tests/unit/infrastructure/databases/cache/test_cache_config.py b/cognee/tests/unit/infrastructure/databases/cache/test_cache_config.py index dee722d0f..74fe2d8b9 100644 --- a/cognee/tests/unit/infrastructure/databases/cache/test_cache_config.py +++ b/cognee/tests/unit/infrastructure/databases/cache/test_cache_config.py @@ -4,14 +4,6 @@ import pytest from cognee.infrastructure.databases.cache.config import CacheConfig, get_cache_config -@pytest.fixture(autouse=True) -def reset_cache_config_singleton(): - """Reset the singleton instance between tests.""" - get_cache_config.cache_clear() - yield - get_cache_config.cache_clear() - - def test_cache_config_defaults(): """Test that CacheConfig has the correct default values.""" config = CacheConfig()