Lufia 2: Update tests to bases.py #4136

This commit is contained in:
Nicholas Saylor 2024-11-04 02:39:12 -05:00 committed by GitHub
parent 6d0f0d2f4a
commit 72d2a33c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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