fix a typo in the switch prompt test

This commit is contained in:
Bryan Bishop 2013-11-11 21:57:08 -06:00
parent d9bb01f2c0
commit 2ff3478bfd

View File

@ -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())