summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-03-18 14:52:33 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-03-18 14:52:33 +0100
commite6af0225df8f539308bc3fd8c9dbc967bba5a807 (patch)
tree5209b1138509687d24b5d60e846df0728cb062dc /archaeological_operations/tests.py
parentebaa5ca66e17a5e2b2e8b27dec4fdc7cb7304e3a (diff)
downloadIshtar-e6af0225df8f539308bc3fd8c9dbc967bba5a807.tar.bz2
Ishtar-e6af0225df8f539308bc3fd8c9dbc967bba5a807.zip
master -> main
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py2
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: