summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py
index 82f30855c..9a1313424 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -790,7 +790,7 @@ class SerializationTest(GenericSerializationTest, TestCase):
)
self.assertEqual(len(site_json), 1)
rel_json = json.loads(
- res[('operations', 'archaeological_operations__RecordRelation')]
+ res[('operations', 'archaeological_operations__RecordRelations')]
)
self.assertEqual(len(rel_json), 0)
@@ -809,7 +809,7 @@ class SerializationTest(GenericSerializationTest, TestCase):
)
self.assertEqual(len(site_json), 0)
rel_json = json.loads(
- res[('operations', 'archaeological_operations__RecordRelation')]
+ res[('operations', 'archaeological_operations__RecordRelations')]
)
self.assertEqual(len(rel_json), 0)