Test: fix wrong name
This commit is contained in:
parent
e8b1362172
commit
e3900e9f99
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue