diff options
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 |
commit | f94890fe2d2ab241ee1cd5b980bf88409b47a998 (patch) | |
tree | dbf9ccd71e10427a8ccd17170380f19f3573ab13 /archaeological_context_records | |
parent | 2f24d27cf2d91f2820b05ed2e50df51fed024552 (diff) | |
download | Ishtar-f94890fe2d2ab241ee1cd5b980bf88409b47a998.tar.bz2 Ishtar-f94890fe2d2ab241ee1cd5b980bf88409b47a998.zip |
Fix test
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/tests.py | 2 |
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'] |