Skip to content

Commit 3386838

Browse files
committed
more test fixes
Signed-off-by: Louise Poubel <[email protected]>
1 parent 6aee209 commit 3386838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SimulationRunner_TEST.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ TEST_P(SimulationRunnerTest, CreateEntities)
581581

582582
EXPECT_EQ(sdf::GeometryType::ELLIPSOID, _geometry->Data().Type());
583583
EXPECT_NE(nullptr, _geometry->Data().EllipsoidShape());
584-
EXPECT_EQ(ignition::math::Vector3d(0.4, 5.6, 1.6),
584+
EXPECT_EQ(ignition::math::Vector3d(0.4, 0.6, 1.6),
585585
_geometry->Data().EllipsoidShape()->Radii());
586586

587587
EXPECT_EQ(math::Color(0.0f, 0.0f, 0.0f), _material->Data().Emissive());

0 commit comments

Comments
 (0)