Skip to content

Commit

Permalink
fix test for the new robot_description API
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Nov 14, 2023
1 parent 989d08b commit aa5d97a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TEST_F(ChainableControllerInterfaceTest, export_internal_state_interfaces)
TestableChainableControllerInterface controller;

// initialize, create node
ASSERT_EQ(controller.init(TEST_CONTROLLER_NAME), controller_interface::return_type::OK);
ASSERT_EQ(controller.init(TEST_CONTROLLER_NAME, ""), controller_interface::return_type::OK);
ASSERT_NO_THROW(controller.get_node());

auto internal_state_interfaces = controller.export_internal_state_interfaces();
Expand Down

0 comments on commit aa5d97a

Please sign in to comment.