Skip to content

Commit f7c09b7

Browse files
committed
Fix errors and typos
Signed-off-by: Vedant87 <Vedantsr3@gmail.com>
1 parent d0d498b commit f7c09b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/link.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ TEST_F(LinkIntegrationTest, LinkAddLinkForce)
721721

722722
math::Vector3 expectedTorque =
723723
linkWorldPose.Rot().RotateVector(inertiaPose.Pos()).Cross(worldForce);
724-
EXPECT_EQ(worldforce, math::Vector3d(
724+
EXPECT_EQ(worldForce, math::Vector3d(
725725
wrenchMsg.force().x(), wrenchMsg.force().y(), wrenchMsg.force().z()));
726726
EXPECT_EQ(expectedTorque, math::Vector3d(
727727
wrenchMsg.torque().x(), wrenchMsg.torque().y(), wrenchMsg.torque().z()));

0 commit comments

Comments
 (0)