Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Aug 7, 2024
1 parent e87e872 commit f245a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/test_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def test_execute_action_simulated_options(self):
# The action should fail the first time but succeed the second time.
result = robot.execute_action(action, blocking=True)
assert result.status == ExecutionStatus.EXECUTION_FAILURE
assert result.message == "[robot] Simulated action failure."
assert result.message == "[robot] Simulated navigation failure."
assert robot.execute_action(action, blocking=True).is_success()

def test_execute_action_cancel(self):
Expand Down

0 comments on commit f245a84

Please sign in to comment.