reducing copy/paste in unit tests
This commit is contained in:
parent
3b44a70501
commit
9827177afe
|
@ -37,7 +37,6 @@ TEST(engine, testStartOfCrankingPrimingPulse) {
|
|||
|
||||
engineConfiguration->startOfCrankingPrimingPulse = 4;
|
||||
|
||||
setupSimpleTestEngineWithMafAndTT_ONE_trigger(ð);
|
||||
ASSERT_EQ( 0, GET_RPM()) << "RPM=0";
|
||||
|
||||
// this -70 value comes from CLT error handling code
|
||||
|
|
Loading…
Reference in New Issue