diff options
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 |
commit | e6af0225df8f539308bc3fd8c9dbc967bba5a807 (patch) | |
tree | 5209b1138509687d24b5d60e846df0728cb062dc /archaeological_operations/tests.py | |
parent | ebaa5ca66e17a5e2b2e8b27dec4fdc7cb7304e3a (diff) | |
download | Ishtar-e6af0225df8f539308bc3fd8c9dbc967bba5a807.tar.bz2 Ishtar-e6af0225df8f539308bc3fd8c9dbc967bba5a807.zip |
master -> main
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: |