diff options
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 c6debc3..5664392 100644 --- a/tests/test_vba_battle.py +++ b/tests/test_vba_battle.py @@ -4,7 +4,7 @@ Tests for the battle controller import unittest -from setup_vba import ( +from tests.setup_vba import ( vba, autoplayer, ) |