mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -05:00
fix a typo in the switch prompt test
This commit is contained in:
parent
d9bb01f2c0
commit
2ff3478bfd
|
|
@ -108,7 +108,7 @@ class BattleTests(unittest.TestCase):
|
|||
self.assertTrue(self.battle.is_trainer_switch_prompt())
|
||||
|
||||
# and input should be required
|
||||
self.assertTrue(self.is_input_required())
|
||||
self.assertTrue(self.battle.is_input_required())
|
||||
|
||||
# but it's not mandatory
|
||||
self.assertFalse(self.battle.is_mandatory_switch())
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user