summaryrefslogtreecommitdiff
path: root/morphlib/morph2_tests.py
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-07-18 16:10:22 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2014-07-22 15:55:26 +0100
commitabb93656aa0b8de1e086c8f142bf468d3b50f26e (patch)
tree984a0f1acc37768f5206f8b3be0c78aec2cfda3e /morphlib/morph2_tests.py
parent11926f251856e48955c986de9653cdfb829d1c0f (diff)
downloadmorph-abb93656aa0b8de1e086c8f142bf468d3b50f26e.tar.gz
Don't set 'morph' field by default, and don't expect to find it
Diffstat (limited to 'morphlib/morph2_tests.py')
-rw-r--r--morphlib/morph2_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/morphlib/morph2_tests.py b/morphlib/morph2_tests.py
index d02aab1c..c9957ad5 100644
--- a/morphlib/morph2_tests.py
+++ b/morphlib/morph2_tests.py
@@ -95,7 +95,6 @@ class MorphologyTests(unittest.TestCase):
''')
self.assertEqual(m['chunks'][0]['repo'], 'le-chunk')
- self.assertEqual(m['chunks'][0]['morph'], 'le-chunk')
self.assertEqual(m['chunks'][0]['build-depends'], None)
def test_returns_dict_keys(self):