From 2614df2587f3ccd9ea3cdf9604c0025f5113507b Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 22 Sep 2013 01:02:56 -0500 Subject: use the state property during test bootstrapping --- tests/test_vba.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_vba.py') diff --git a/tests/test_vba.py b/tests/test_vba.py index d11108d..1d185fa 100644 --- a/tests/test_vba.py +++ b/tests/test_vba.py @@ -31,14 +31,14 @@ def bootstrap(): is constructed by this function. """ - cry = vba.crystal() + cry = vba.crystal(config=None) runner = autoplayer.SpeedRunner(cry=cry) # skip=False means run the skip_intro function instead of just skipping to # a saved state. runner.skip_intro() - state = cry.get_state() + state = cry.vba.state # clean everything up again cry.vba.shutdown() -- cgit v1.2.3