Skip to content

Commit

Permalink
Small fixes to fix tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Jan 25, 2023
1 parent 1a8d861 commit 296d5f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <algorithm>
#include <array>

#include <gtest/gtest.h>
#include "gtest/gtest.h"

#include "rcutils/allocator.h"

Expand Down Expand Up @@ -171,7 +171,6 @@ TEST(test_service_typesupport, basic_types_event_message_create)

TEST(test_service_typesupport, fibonacci_action_services_event)
{
// rcutils_allocator_t allocator = rcutils_get_default_allocator();
const rosidl_message_type_support_t * send_goal_event_msg_ts =
rosidl_typesupport_c__get_message_type_support_handle__rosidl_typesupport_tests__action__Fibonacci_SendGoal_Event(); // NOLINT
const rosidl_message_type_support_t * get_result_event_msg_ts =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.


#include <algorithm>
#include <array>
#include <stdexcept>

#include <gtest/gtest.h>
#include "gtest/gtest.h"

#include "rcutils/allocator.h"

Expand Down Expand Up @@ -173,7 +173,6 @@ TEST(test_service_typesupport, basic_types_event_message_create)

TEST(test_service_typesupport, fibonacci_action_services_event)
{
// rcutils_allocator_t allocator = rcutils_get_default_allocator();
const rosidl_message_type_support_t * send_goal_event_msg_ts =
rosidl_typesupport_cpp::get_message_type_support_handle<
rosidl_typesupport_tests::action::Fibonacci_SendGoal::Event>();
Expand Down

0 comments on commit 296d5f7

Please sign in to comment.