Test: fix wrong name

This commit is contained in:
Fabian Dill
2022-05-10 19:43:44 +02:00
committed by KonoTyran
parent e8b1362172
commit e3900e9f99

View File

@@ -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():