summaryrefslogtreecommitdiff
path: root/morphlib/builder2_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/builder2_tests.py')
-rw-r--r--morphlib/builder2_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/builder2_tests.py b/morphlib/builder2_tests.py
index 53fd6711..44608c75 100644
--- a/morphlib/builder2_tests.py
+++ b/morphlib/builder2_tests.py
@@ -55,6 +55,7 @@ class FakeArtifact(object):
self.name = name
self.source = FakeSource()
self.cache_key = 'blahblah'
+ self.cache_id = {}
class FakeBuildEnv(object):