summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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']