diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-20 18:23:34 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-20 18:23:34 +0100 |
commit | d064a7aa0c9bea7b5cdd2767df003716fe789dcd (patch) | |
tree | 1d13c5afb20715ae44ba17bc97dff61749bb1e20 /archaeological_operations/tests.py | |
parent | 2ea51d570a9728d604ec136185f9ad5c9d8f792b (diff) | |
download | Ishtar-d064a7aa0c9bea7b5cdd2767df003716fe789dcd.tar.bz2 Ishtar-d064a7aa0c9bea7b5cdd2767df003716fe789dcd.zip |
Fix default test
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index 93c4fbe92..7d11ee002 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -496,6 +496,8 @@ class OperationInitTest(object): return self.operations def get_default_operation(self, force=False): + if force: + return self.create_operation()[-1] return self.create_operation()[0] def tearDown(self): |