LTTP: Update tests to use bases.py #4140

This commit is contained in:
Nicholas Saylor
2024-11-04 02:38:47 -05:00
committed by GitHub
parent a64548a4c6
commit 6d0f0d2f4a
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
from worlds.alttp.Shops import shop_table
from test.TestBase import TestBase
from test.bases import TestBase
class TestSram(TestBase):