summaryrefslogtreecommitdiff
path: root/morphlib/builder_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/builder_tests.py')
-rw-r--r--morphlib/builder_tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/morphlib/builder_tests.py b/morphlib/builder_tests.py
index 9e465227..da1f432e 100644
--- a/morphlib/builder_tests.py
+++ b/morphlib/builder_tests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015 Codethink Limited
+# Copyright (C) 2012-2016 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -51,8 +51,8 @@ class FakeSource(object):
self.name = 'a'
with morphlib.gitdir_tests.allow_nonexistant_git_repos():
- self.repo = morphlib.cachedrepo.CachedRepo(
- FakeApp(), 'repo', 'url', 'path')
+ self.repo = morphlib.localrepocache.CachedRepo(
+ 'path', 'repo', 'url')
self.repo_name = 'url'
self.original_ref = 'e'
self.sha1 = 'f'