summaryrefslogtreecommitdiff
path: root/morphlib/localrepocache_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/localrepocache_tests.py')
-rw-r--r--morphlib/localrepocache_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/localrepocache_tests.py b/morphlib/localrepocache_tests.py
index 66a0a3e5..6ab5d7c5 100644
--- a/morphlib/localrepocache_tests.py
+++ b/morphlib/localrepocache_tests.py
@@ -65,6 +65,7 @@ class LocalRepoCacheTests(unittest.TestCase):
def fake_fetch(self, url, path):
self.fetched.append(url)
+ self.cache.add(path)
return True
def test_has_not_got_relative_repo_initially(self):