We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a53aa2 commit bb7b59aCopy full SHA for bb7b59a
worlds/crystal_project/test/test_shops.py
@@ -16,6 +16,7 @@ def test_can_earn_money(self):
16
self.collect_all_progressive_levels()
17
self.assertTrue(self.can_reach_location("Proving Meadows Chest - Tarzan"))
18
self.assertFalse(self.can_reach_location("Proving Meadows Shop - Item Merchant 1"))
19
+ self.collect_by_name(DELENDE_PASS)
20
self.collect_by_name(THE_PALE_GROTTO_PASS)
21
self.assertTrue(self.can_reach_location("Proving Meadows Shop - Item Merchant 1"))
22
0 commit comments