Pokemon Emerald: Update tests to use bases.py #4142

This commit is contained in:
Nicholas Saylor 2024-11-06 03:37:14 -05:00 committed by GitHub
parent 5dfb2c514f
commit 9082ce74df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from test.TestBase import WorldTestBase
from test.bases import WorldTestBase
class PokemonEmeraldTestBase(WorldTestBase):

View File

@ -1,4 +1,4 @@
from test.TestBase import TestBase
from test.bases import TestBase
from ..data import Warp