From e3900e9f99ecad360bd16f13b24d1b7b3c6db551 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 10 May 2022 19:43:44 +0200 Subject: [PATCH] Test: fix wrong name --- test/general/TestImplemented.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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():