diff --git a/tests/test_cache.py b/tests/test_cache.py index a5354c5..0f8a428 100644 --- a/tests/test_cache.py +++ b/tests/test_cache.py @@ -6,7 +6,7 @@ from pathlib import Path from unittest.mock import patch -from src.gitfetch.cache import CacheManager +from gitfetch.cache import CacheManager class TestCacheManager: