From e6af0225df8f539308bc3fd8c9dbc967bba5a807 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Mar 2021 14:52:33 +0100 Subject: master -> main --- archaeological_operations/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/tests.py') 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: -- cgit v1.2.3