mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Tests: remove a breakpoint condition that was left ;P
This commit is contained in:
@@ -27,6 +27,4 @@ class TestBase(unittest.TestCase):
|
||||
state = world.get_all_state(False)
|
||||
for location in world.get_locations():
|
||||
with self.subTest("Location should be reached", location=location):
|
||||
if not location.can_reach(state):
|
||||
print("Bla!")
|
||||
self.assertTrue(location.can_reach(state))
|
||||
|
Reference in New Issue
Block a user