only: wow hello 2013

This commit is contained in:
Andrey 2024-02-28 20:28:38 -05:00
parent 389c6e64e9
commit 8fe5c4a1c9
1 changed files with 1 additions and 2 deletions

View File

@ -183,7 +183,7 @@ TEST(misc, testRpmCalculator) {
engineConfiguration->stoichRatioPrimary = 14;
EXPECT_CALL(*eth.mockAirmass, getAirmass(_, _))
.WillRepeatedly(Return(AirmassResult{0.1008f, 50.0f}));
.WillRepeatedly(Return(AirmassResult{0.3024f, 50.0f}));
IgnitionEventList *ilist = &engine->ignitionEvents;
ASSERT_EQ( 0, ilist->isReady) << "size #1";
@ -196,7 +196,6 @@ TEST(misc, testRpmCalculator) {
setWholeTimingTable(-13);
engineConfiguration->trigger.customTotalToothCount = 8;
engineConfiguration->globalFuelCorrection = 3;
eth.applyTriggerWaveform();
setFlatInjectorLag(0);