FATAL on NB2 tune jim stim input signal #2965
This commit is contained in:
parent
2442d8f2d8
commit
27350dbad8
|
@ -33,9 +33,9 @@ TEST(injectionScheduling, NormalDutyCycle) {
|
||||||
|
|
||||||
// Should schedule one normal injection:
|
// Should schedule one normal injection:
|
||||||
// rising edge now
|
// rising edge now
|
||||||
EXPECT_CALL(mockExec, scheduleByTimestampNt("test", &event.signalTimerUp, nowNt + 0, _));
|
EXPECT_CALL(mockExec, scheduleByTimestampNt(testing::NotNull(), &event.signalTimerUp, nowNt + 0, _));
|
||||||
// falling edge 10ms later
|
// falling edge 10ms later
|
||||||
EXPECT_CALL(mockExec, scheduleByTimestampNt("test", &event.endOfInjectionEvent, nowNt + MS2NT(20), _));
|
EXPECT_CALL(mockExec, scheduleByTimestampNt(testing::NotNull(), &event.endOfInjectionEvent, nowNt + MS2NT(20), _));
|
||||||
}
|
}
|
||||||
|
|
||||||
engine->rpmCalculator.oneDegreeUs = 100;
|
engine->rpmCalculator.oneDegreeUs = 100;
|
||||||
|
|
Loading…
Reference in New Issue