Skip to content

Commit

Permalink
Add the tests back lol
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Dec 13, 2024
1 parent cab9133 commit e89e82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/witness/test/test_easter_egg_shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .. import WitnessWorld
from ..test import WitnessMultiworldTestBase

"""

class TestEasterEggShuffle(WitnessMultiworldTestBase):
options_per_world = [
{
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit e89e82a

Please sign in to comment.