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 | b38e35ad05ae5b7d1c3d45436921f573bc9e5ba6 (patch) | |
tree | 5209b1138509687d24b5d60e846df0728cb062dc /archaeological_operations | |
parent | 0963064f48f82567a4db901c67800bba61ba8f49 (diff) | |
download | Ishtar-b38e35ad05ae5b7d1c3d45436921f573bc9e5ba6.tar.bz2 Ishtar-b38e35ad05ae5b7d1c3d45436921f573bc9e5ba6.zip |
master -> main
Diffstat (limited to 'archaeological_operations')
-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: |