Skip to content

Commit

Permalink
use correct term
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Feb 26, 2019
1 parent c4b4837 commit 9b29d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_communication/test/test_action_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ send_goals(
return 1;
}

if (!goal_tests[test_index].result_is_valid(result_future.get().response)) {
if (!goal_tests[test_index].result_is_valid(result_future.get().result)) {
RCLCPP_ERROR(logger, "invalid goal result");
return 1;
}
Expand Down

0 comments on commit 9b29d82

Please sign in to comment.