summaryrefslogtreecommitdiff
path: root/archaeological_context_records/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-13 18:25:29 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-13 18:25:29 +0200
commit67364358ac899aa3710dab77ec53fffcb312e28e (patch)
treedbf9ccd71e10427a8ccd17170380f19f3573ab13 /archaeological_context_records/tests.py
parentc50083de33ee424f82d65c06a5764c3f6a9c3b2d (diff)
downloadIshtar-67364358ac899aa3710dab77ec53fffcb312e28e.tar.bz2
Ishtar-67364358ac899aa3710dab77ec53fffcb312e28e.zip
Fix test
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 edf5ee266..834979369 100644
--- a/archaeological_context_records/tests.py
+++ b/archaeological_context_records/tests.py
@@ -111,7 +111,7 @@ class ImportContextRecordTest(ImportTest, TestCase):
# Dating is not in models that can be created but force new is
# set for a column that references Dating
impt.importation()
- self.assertEqual(len(impt.errors), 4)
+ self.assertEqual(len(impt.errors), 5)
self.assertTrue(
"doesn't exist in the database." in impt.errors[0]['error'] or
"n'existe pas dans la base" in impt.errors[0]['error']