summaryrefslogtreecommitdiff
path: root/morphlib/artifact_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/artifact_tests.py')
-rw-r--r--morphlib/artifact_tests.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/morphlib/artifact_tests.py b/morphlib/artifact_tests.py
index 106459c8..31e3ad7f 100644
--- a/morphlib/artifact_tests.py
+++ b/morphlib/artifact_tests.py
@@ -43,11 +43,6 @@ class ArtifactTests(unittest.TestCase):
'tree', morph)
self.artifact_name = 'chunk-runtime'
self.artifact = self.source.artifacts[self.artifact_name]
- self.other_source, = morphlib.source.make_sources('repo', 'ref',
- 'chunk.morph',
- 'sha1', 'tree',
- morph)
- self.other = self.other_source.artifacts[self.artifact_name]
def test_constructor_sets_source(self):
self.assertEqual(self.artifact.source, self.source)