refactoring

This commit is contained in:
rusefi 2018-07-28 20:08:48 -04:00
parent 9532077418
commit dd4f7b8eac
1 changed files with 2 additions and 2 deletions

View File

@ -1108,8 +1108,8 @@ void testFuelSchedulerBug299smallAndLarge(void) {
// injector does not go low too soon, that's a feature :)
assertTrueM("injector@2", enginePins.injectors[0].currentLogicValue);
timeNowUs += MS2US(20);
eth.firePrimaryTriggerFall();
eth.fireFall(20);
assertEqualsM("Lqs#04", 6, schedulingQueue.size());
assertInjectorUpEvent("L015@0", 0, MS2US(-1.5), 1 PASS_ENGINE_PARAMETER_SUFFIX);