diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-11 21:56:34 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-11 21:56:34 -0600 |
commit | d9bb01f2c0aef6d270bc4e2da93af94ea210e8db (patch) | |
tree | 9f577258684c029d2c9ca5b5d1a38d5038224546 /tests/test_vba_battle.py | |
parent | 9f72be1a0f4186ca49e3bf9c6148afbe6477e391 (diff) |
rename the switch prompt detector
Diffstat (limited to 'tests/test_vba_battle.py')
-rw-r--r-- | tests/test_vba_battle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_vba_battle.py b/tests/test_vba_battle.py index a0338e5..0faa26e 100644 --- a/tests/test_vba_battle.py +++ b/tests/test_vba_battle.py @@ -105,7 +105,7 @@ class BattleTests(unittest.TestCase): self.battle.skip_until_input_required() # yes/no menu is present, should be detected - self.assertTrue(self.battle.is_switch_prompt()) + self.assertTrue(self.battle.is_trainer_switch_prompt()) # and input should be required self.assertTrue(self.is_input_required()) |