Test fix due to scaling change

This commit is contained in:
Matthew Kennedy 2023-05-04 14:57:04 -07:00
parent 7cc3fb5472
commit 99fbf7f01f
1 changed files with 1 additions and 1 deletions

View File

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