diff options
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index 3eefe5d61..1e85b4f5a 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -1273,7 +1273,7 @@ class OperationInitTest(object): if hasattr(self, 'user'): self.user.delete() self.user = None - # all try/except is necessary for bad migrations on master... + # all try/except is necessary for bad migrations on main... # should be removed at the next big version if hasattr(self, 'operations'): for ope in self.operations: |