diff --git a/worlds/witness/test/test_easter_egg_shuffle.py b/worlds/witness/test/test_easter_egg_shuffle.py index 8963af1b0967..2efbbdd39bef 100644 --- a/worlds/witness/test/test_easter_egg_shuffle.py +++ b/worlds/witness/test/test_easter_egg_shuffle.py @@ -5,7 +5,7 @@ from .. import WitnessWorld from ..test import WitnessMultiworldTestBase -""" + class TestEasterEggShuffle(WitnessMultiworldTestBase): options_per_world = [ { @@ -99,7 +99,7 @@ def test_egg_restrictions(self) -> None: self.assertNotEqual(egg_80_location.progress_type, LocationProgressType.EXCLUDED) self.assertEqual(egg_84_location.progress_type, LocationProgressType.EXCLUDED) -""" + class TestBunkerElevatorEgg(WitnessMultiworldTestBase): options_per_world = [