Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Sep 27, 2024
1 parent ea0e46b commit 824664b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyrobosim/test/system/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,5 @@ def test_nav_cancel(self):
time.sleep(0.2)
window.on_cancel_action_click()

assert robot.canceling_execution == True
# State should be reset after canceling is complete.
assert not robot.canceling_execution

0 comments on commit 824664b

Please sign in to comment.