diff --git a/ksp_plugin_test/plugin_test.cpp b/ksp_plugin_test/plugin_test.cpp index 8a7da5f3c0..2b3fe13d93 100644 --- a/ksp_plugin_test/plugin_test.cpp +++ b/ksp_plugin_test/plugin_test.cpp @@ -806,7 +806,7 @@ TEST_F(PluginTest, VesselInsertionAtInitialization) { EXPECT_THAT( plugin_->VesselFromParent(SolarSystemFactory::Earth, guid), Componentwise(AlmostEquals(satellite_initial_displacement_, 3437, 3438), - AlmostEquals(satellite_initial_velocity_, 17))); + AlmostEquals(satellite_initial_velocity_, 11, 17))); } TEST_F(PluginTest, UpdateCelestialHierarchy) {