Skip to content

Commit

Permalink
Merge pull request #3428 from eggrobin/axis-conventions
Browse files Browse the repository at this point in the history
More mac tolerances
  • Loading branch information
eggrobin authored Aug 23, 2022
2 parents 6908930 + 39fbe3e commit c977158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp_plugin_test/plugin_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c977158

Please sign in to comment.