diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-22 10:14:17 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-22 10:14:17 -0500 |
commit | 13a1da5e84364435895d43b96cc5c821227dc688 (patch) | |
tree | a53a7b60a6281bcf07d0d0e92d012c9b773480c8 /tests/test_vba.py | |
parent | 1d92396ca92d25cf19bdf47ce467e467e8638d08 (diff) |
remove vba.shutdown() from another test
Diffstat (limited to 'tests/test_vba.py')
-rw-r--r-- | tests/test_vba.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_vba.py b/tests/test_vba.py index f82576b..a2a17d6 100644 --- a/tests/test_vba.py +++ b/tests/test_vba.py @@ -145,8 +145,6 @@ class VbaTests(unittest.TestCase): runner = autoplayer.SpeedRunner(cry=self.cry) def test_speedrunner_handle_mom(self): - self.vba.shutdown() - # TODO: why can't i pass in the current state of the emulator? runner = autoplayer.SpeedRunner(cry=None) runner.setup() |