Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit c4eb02d

Browse files
committed
Updated naming in the rotational test in the allowed robot test.
1 parent 8970a55 commit c4eb02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

march_hardware_builder/test/allowed_robot_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ TEST(AllowedRobotTest, TestTestRotationalSetupCreation)
4141
{
4242
urdf::Model urdf;
4343
urdf.initFile(ros::package::getPath("march_description").append("/urdf/test_joint_rotational.urdf"));
44-
ASSERT_NO_THROW(HardwareBuilder(AllowedRobot::test_joint_linear, urdf).createMarchRobot());
44+
ASSERT_NO_THROW(HardwareBuilder(AllowedRobot::test_joint_rotational, urdf).createMarchRobot());
4545
}

0 commit comments

Comments
 (0)