Test fix due to scaling change

(cherry picked from commit 7cc3fb54726ffed4f6f285c275329ba47aba138a)
This commit is contained in:
Matthew Kennedy 2023-05-04 14:43:18 -07:00 committed by rusefillc
parent 6c48446201
commit 13bf4af577
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ TEST(misc, testEngineMath) {
// calc. airFlow using airMass, and find tCharge
engine->periodicFastCallback();
ASSERT_NEAR(59.1175f, engine->engineState.sd.tCharge, EPS4D);
ASSERT_NEAR(59.12f, engine->engineState.sd.tCharge, EPS4D);
ASSERT_NEAR(56.9762f/*kg/h*/, engine->engineState.airflowEstimate, EPS4D);
}