Skip to content

Commit bb7b59a

Browse files
fixed unit test that broke after i took out Proving Meadows -> Pale Grotto
1 parent 7a53aa2 commit bb7b59a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worlds/crystal_project/test/test_shops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def test_can_earn_money(self):
1616
self.collect_all_progressive_levels()
1717
self.assertTrue(self.can_reach_location("Proving Meadows Chest - Tarzan"))
1818
self.assertFalse(self.can_reach_location("Proving Meadows Shop - Item Merchant 1"))
19+
self.collect_by_name(DELENDE_PASS)
1920
self.collect_by_name(THE_PALE_GROTTO_PASS)
2021
self.assertTrue(self.can_reach_location("Proving Meadows Shop - Item Merchant 1"))
2122

0 commit comments

Comments
 (0)