Skip to content

Commit

Permalink
Accounting for name change (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
Exempt-Medic authored Jun 3, 2024
1 parent fb2c194 commit c7eef13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/lingo/test/TestMastery.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class TestMasteryBlocksDependents(LingoTestBase):
def test_requirement(self):
self.collect_all_but("Gray")
self.assertFalse(self.can_reach_location("Orange Tower Basement - THE LIBRARY"))
self.assertFalse(self.can_reach_location("Orange Tower Seventh Floor - MASTERY"))
self.assertFalse(self.can_reach_location("The Fearless - MASTERY"))

self.collect_by_name("Gray")
self.assertTrue(self.can_reach_location("Orange Tower Basement - THE LIBRARY"))
self.assertTrue(self.can_reach_location("Orange Tower Seventh Floor - MASTERY"))
self.assertTrue(self.can_reach_location("The Fearless - MASTERY"))

0 comments on commit c7eef13

Please sign in to comment.