From 5ce3065364b021b5f3c8664f4e16fbcd3cf52cb6 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 14 Mar 2016 17:57:01 +0000 Subject: Tests pass.. must be finished :-) Change-Id: Ia8e42c8171437638ed44fc200e587940b5507b56 --- morphlib/builder_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/builder_tests.py') 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' -- cgit v1.2.1