mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Test: fix wrong name
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
import unittest
|
import unittest
|
||||||
from worlds.AutoWorld import AutoWorldRegister, World
|
from worlds.AutoWorld import AutoWorldRegister
|
||||||
|
|
||||||
from . import setup_default_world
|
from . import setup_default_world
|
||||||
|
|
||||||
|
|
||||||
class TestIDs(unittest.TestCase):
|
class TestImplemented(unittest.TestCase):
|
||||||
def testCompletionCondition(self):
|
def testCompletionCondition(self):
|
||||||
"""Ensure a completion condition is set that has requirements."""
|
"""Ensure a completion condition is set that has requirements."""
|
||||||
for gamename, world_type in AutoWorldRegister.world_types.items():
|
for gamename, world_type in AutoWorldRegister.world_types.items():
|
||||||
|
Reference in New Issue
Block a user