Tests: remove a breakpoint condition that was left ;P
This commit is contained in:
parent
1217179f8a
commit
f5afc84cd2
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue