summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer_tests.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-28 15:31:29 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-29 15:16:28 +0100
commitecefb2d1936221ccf21cbad6db2fe73cd229f4f5 (patch)
treebdf91e898213f0daaa7d4c06598a920f096b5d79 /morphlib/cachekeycomputer_tests.py
parentf2415383628cb22c5646d96b0e7bbfd6d0629072 (diff)
downloadmorph-ecefb2d1936221ccf21cbad6db2fe73cd229f4f5.tar.gz
Strata contain "chunks", not "sources"
Rename "sources" field of stratum morphologies to "chunks".
Diffstat (limited to 'morphlib/cachekeycomputer_tests.py')
-rw-r--r--morphlib/cachekeycomputer_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/cachekeycomputer_tests.py b/morphlib/cachekeycomputer_tests.py
index 3aba2175..24cc636d 100644
--- a/morphlib/cachekeycomputer_tests.py
+++ b/morphlib/cachekeycomputer_tests.py
@@ -49,7 +49,7 @@ class CacheKeyComputerTests(unittest.TestCase):
'stratum.morph': '''{
"name": "stratum",
"kind": "stratum",
- "sources": [
+ "chunks": [
{
"name": "chunk",
"repo": "repo",
@@ -60,7 +60,7 @@ class CacheKeyComputerTests(unittest.TestCase):
'stratum2.morph': '''{
"name": "stratum2",
"kind": "stratum",
- "sources": [
+ "chunks": [
{
"name": "chunk2",
"repo": "repo",