Skip to content

Commit 4cf5c37

Browse files
thowellcopybara-github
authored andcommitted
Fix spelling in engine_forward_test.cc.
PiperOrigin-RevId: 799147728 Change-Id: If5e734ba31961d459281f7cb5edea7c370c1f2fd
1 parent 2b45b39 commit 4cf5c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/engine/engine_forward_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ TEST_F(ImplicitIntegratorTest, EulerDampLimit) {
335335
}
336336

337337
// Euler and implicit should be equivalent if there is only joint damping
338-
TEST_F(ImplicitIntegratorTest, EulerImplicitEqivalent) {
338+
TEST_F(ImplicitIntegratorTest, EulerImplicitEquivalent) {
339339
static constexpr char xml[] = R"(
340340
<mujoco>
341341
<worldbody>
@@ -381,7 +381,7 @@ TEST_F(ImplicitIntegratorTest, EulerImplicitEqivalent) {
381381
}
382382

383383
// Joint and actuator damping should integrate identically under implicit
384-
TEST_F(ImplicitIntegratorTest, JointActuatorEqivalent) {
384+
TEST_F(ImplicitIntegratorTest, JointActuatorEquivalent) {
385385
const std::string xml_path = GetTestDataFilePath(kDampedActuatorsPath);
386386
mjModel* model = mj_loadXML(xml_path.c_str(), nullptr, nullptr, 0);
387387
mjData* data = mj_makeData(model);

0 commit comments

Comments
 (0)