diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-11 00:04:32 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-11 00:04:32 -0600 |
commit | 1d9ecfa00f91d602073b56a64f9aa129b95a8c2e (patch) | |
tree | 82cb44b005abc2c44638aae13a2ed94fad5befff /tests/test_vba_battle.py | |
parent | 9249ffd2d01ec38ace0caf8d5b3d0f0a7cad23f2 (diff) |
switch tests to use new battle starter
Diffstat (limited to 'tests/test_vba_battle.py')
-rw-r--r-- | tests/test_vba_battle.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_vba_battle.py b/tests/test_vba_battle.py index be62fb5..e86b53c 100644 --- a/tests/test_vba_battle.py +++ b/tests/test_vba_battle.py @@ -40,6 +40,7 @@ class BattleTests(unittest.TestCase): # reset to whatever the bootstrapper created self.vba.state = self.bootstrap_state self.battle = Battle(emulator=self.cry) + self.battle.skip_start_text() def test_is_in_battle(self): self.assertTrue(self.battle.is_in_battle()) |