Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed May 15, 2023
1 parent 4c02c65 commit a531264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hardware_interface/test/test_component_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,8 @@ TEST_F(TestComponentParser, successfully_parse_parameter_empty)
EXPECT_EQ(hardware_info.name, "2DOF_System_Robot_Position_Only");
EXPECT_EQ(hardware_info.type, "system");
EXPECT_EQ(
hardware_info.hardware_plugin_name, "ros2_control_demo_hardware/2DOF_System_Hardware_Position_Only");
hardware_info.hardware_plugin_name,
"ros2_control_demo_hardware/2DOF_System_Hardware_Position_Only");

ASSERT_THAT(hardware_info.joints, SizeIs(1));

Expand Down

0 comments on commit a531264

Please sign in to comment.