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

Commit 8e44b9b

Browse files
committed
Fix test
1 parent 3f7a452 commit 8e44b9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

march_hardware_builder/test/TestAllowedRobots.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ TEST_F(AllowedRobotTest, TestMarch3Values)
9898

9999
TEST_F(AllowedRobotTest, TestTestRotationalSetupCreation)
100100
{
101-
ASSERT_NO_THROW(HardwareBuilder(AllowedRobot::testjoint_rotational).createMarchRobot());
101+
ASSERT_NO_THROW(HardwareBuilder(AllowedRobot::test_joint_rotational).createMarchRobot());
102102
}
103103

104104
TEST_F(AllowedRobotTest, TestTestLinearSetupCreation)
105105
{
106-
ASSERT_NO_THROW(HardwareBuilder(AllowedRobot::testjoint_linear).createMarchRobot());
106+
ASSERT_NO_THROW(HardwareBuilder(AllowedRobot::test_joint_linear).createMarchRobot());
107107
}

0 commit comments

Comments
 (0)