diff --git a/test/general/TestImplemented.py b/test/general/TestImplemented.py index 235eafdb..b2e696ab 100644 --- a/test/general/TestImplemented.py +++ b/test/general/TestImplemented.py @@ -1,10 +1,10 @@ import unittest -from worlds.AutoWorld import AutoWorldRegister, World +from worlds.AutoWorld import AutoWorldRegister from . import setup_default_world -class TestIDs(unittest.TestCase): +class TestImplemented(unittest.TestCase): def testCompletionCondition(self): """Ensure a completion condition is set that has requirements.""" for gamename, world_type in AutoWorldRegister.world_types.items():