diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-20 13:45:27 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-20 13:45:27 +0200 | 
| commit | 03cb63b9b6c5d0d2a63088528da24f187457f4a1 (patch) | |
| tree | fd072535b325d65f12e415e6582cf7a073775999 /archaeological_context_records/tests.py | |
| parent | 5e55409037f385cdbd01710ea11af9cb9584fd9a (diff) | |
| download | Ishtar-03cb63b9b6c5d0d2a63088528da24f187457f4a1.tar.bz2 Ishtar-03cb63b9b6c5d0d2a63088528da24f187457f4a1.zip  | |
Fix external id generation for finds
Diffstat (limited to 'archaeological_context_records/tests.py')
| -rw-r--r-- | archaeological_context_records/tests.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index e29c37511..89b15fbbf 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -382,7 +382,6 @@ class ContextRecordTest(ContextRecordInit, TestCase):          self.assertEqual(obj.datings.count(), 2) -  class ContextRecordSearchTest(ContextRecordInit, TestCase):      fixtures = CONTEXT_RECORD_TOWNS_FIXTURES  | 
