summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py
index 736f6eb33..8e1a14ed4 100644
--- a/archaeological_context_records/tests.py
+++ b/archaeological_context_records/tests.py
@@ -1099,6 +1099,7 @@ class RecordRelationsTest(ContextRecordInit, TestCase):
self.assertGreaterEqual(q.count(), 1)
## use tables
+ models.RecordRelations._no_post_treatments = False
self.assertIsNone(models.ContextRecordTree.check_engine()) # no change
profile.parent_relations_engine = "T"
profile.save()