summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/cachekeycomputer_tests.py')
-rw-r--r--morphlib/cachekeycomputer_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/cachekeycomputer_tests.py b/morphlib/cachekeycomputer_tests.py
index 55936f94..57739983 100644
--- a/morphlib/cachekeycomputer_tests.py
+++ b/morphlib/cachekeycomputer_tests.py
@@ -99,7 +99,7 @@ class CacheKeyComputerTests(unittest.TestCase):
"USER": "foouser",
"USERNAME": "foouser"}, 'dummy')
self.artifact_resolver = morphlib.artifactresolver.ArtifactResolver()
- self.artifacts = self.artifact_resolver.resolve_artifacts(
+ self.artifacts = self.artifact_resolver._resolve_artifacts(
self.source_pool)
self.ckc = morphlib.cachekeycomputer.CacheKeyComputer(self.build_env)