Skip to content

Commit

Permalink
change signature of set_aborted
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Feb 26, 2019
1 parent 98b2dad commit b73e5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp_action/test/test_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ TEST_F(TestServer, publish_status_aborted)
});

send_goal_request(node, uuid);
received_handle->set_aborted(std::make_shared<Fibonacci::Impl::GetResultService::Response>());
received_handle->set_aborted(std::make_shared<Fibonacci::Result>());

// 10 seconds
const size_t max_tries = 10 * 1000 / 100;
Expand Down

0 comments on commit b73e5df

Please sign in to comment.