summaryrefslogtreecommitdiff
path: root/morphlib/builder_tests.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2016-03-14 17:57:01 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2016-03-14 17:57:01 +0000
commit5ce3065364b021b5f3c8664f4e16fbcd3cf52cb6 (patch)
treea0e16b66015d34f8827b94403cb9dd6ac9ff703d /morphlib/builder_tests.py
parent23c021346571c24fa26eb348f573bab72fa257d9 (diff)
downloadmorph-sam/one-repo-cache.tar.gz
Tests pass.. must be finished :-)sam/one-repo-cache
Change-Id: Ia8e42c8171437638ed44fc200e587940b5507b56
Diffstat (limited to 'morphlib/builder_tests.py')
-rw-r--r--morphlib/builder_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/builder_tests.py b/morphlib/builder_tests.py
index da1f432e..54bc4a8f 100644
--- a/morphlib/builder_tests.py
+++ b/morphlib/builder_tests.py
@@ -51,7 +51,7 @@ class FakeSource(object):
self.name = 'a'
with morphlib.gitdir_tests.allow_nonexistant_git_repos():
- self.repo = morphlib.localrepocache.CachedRepo(
+ self.repo = morphlib.repocache.CachedRepo(
'path', 'repo', 'url')
self.repo_name = 'url'
self.original_ref = 'e'