Skip to content

Commit

Permalink
Fixed a test from a change in function naming
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Apr 4, 2022
1 parent 2191f19 commit 8530fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ TEST(Quaternion, otherOperations)
EXPECT_NEAR(vecZ, 582, requiredPrecision);
} {
utils::Quaternion q(2, 3, 4, 5, 6);
utils::Quaternion qdot(q.omegaToQDot(utils::Vector3d(7, 8, 9)));
utils::Quaternion qdot(q.omegaToQuatDot(utils::Vector3d(7, 8, 9)));

SCALAR_TO_DOUBLE(qdotW, qdot.w());
SCALAR_TO_DOUBLE(qdotX, qdot.x());
Expand Down

0 comments on commit 8530fac

Please sign in to comment.