diff options
Diffstat (limited to 'tests/test_scenarios.py')
| -rw-r--r-- | tests/test_scenarios.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_scenarios.py b/tests/test_scenarios.py index aa0ecbf..cfa3e3a 100644 --- a/tests/test_scenarios.py +++ b/tests/test_scenarios.py @@ -227,6 +227,7 @@ class Ctx: app._pref = "decomp" if app._active == "hex": app._active = "decomp" + app._split = False await self.pause(0.02) |
