Skip to content

Commit 43a3a55

Browse files
authored
Merge pull request #66 from 31413Hao/fix/test-import-path
fix: correct import path in test_cache.py
2 parents f49ae40 + 4a37aa0 commit 43a3a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pathlib import Path
77
from unittest.mock import patch
88

9-
from src.gitfetch.cache import CacheManager
9+
from gitfetch.cache import CacheManager
1010

1111

1212
class TestCacheManager:

0 commit comments

Comments
 (0)