Skip to content

Commit

Permalink
Fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-mueller committed Dec 25, 2024
1 parent d10e732 commit 64a78a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyrobosim/test/core/test_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,10 +574,10 @@ def test_execute_action_cancel(self, caplog):
# Run action and check that it failed due to being canceled.
result = robot.execute_action(action)
assert result.status == ExecutionStatus.CANCELED
# We want to make sure the cancellation thread is finished
# (cancel_actions has returned).
# Consequently, we must give the thread some time to detect the

# We want to make sure the cancellation thread is finished
# (cancel_actions has returned).
# Consequently, we must give the thread some time to detect the
# correct lifetime status
time.sleep(0.1)
assert not cancel_thread.is_alive()
Expand Down

0 comments on commit 64a78a2

Please sign in to comment.