summaryrefslogtreecommitdiff
path: root/archaeological_context_records/tests.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2016-11-14 19:45:48 +0100
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2016-11-14 19:45:48 +0100
commit3ee168dad3aebbd07640420fbdb5136bb909038f (patch)
tree61c234244cfa76733c4932491ad3d10f0dcf83d4 /archaeological_context_records/tests.py
parentbe42a9fd40496aacc4a5ab970c832f2db91d624d (diff)
downloadIshtar-3ee168dad3aebbd07640420fbdb5136bb909038f.tar.bz2
Ishtar-3ee168dad3aebbd07640420fbdb5136bb909038f.zip
Update labels
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r--archaeological_context_records/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py
index 9b8d4f000..8ce2fd9d5 100644
--- a/archaeological_context_records/tests.py
+++ b/archaeological_context_records/tests.py
@@ -155,7 +155,7 @@ class ContextRecordTest(ContextRecordInit, TestCase):
{'label': 'cr 1',
'relation_types_0': self.cr_rel_type.pk})
self.assertEqual(json.loads(response.content)['total'], 2)
- # test search between operation relations
+ # test search between related operations
first_ope = self.operations[0]
first_ope.year = 2010
first_ope.save()