TS Burned All Data engine stop #2839
a good sleep helps a lot of things
This commit is contained in:
parent
902be1afe7
commit
3d5bba4226
|
@ -50,7 +50,7 @@ public class PwmHardwareTest extends RusefiTestBase {
|
|||
int totalTriggerErrorsNow = (int) SensorCentral.getInstance().getValueSource(Sensor.totalTriggerErrorCounter).getValue();
|
||||
log.info("totalTriggerErrorsNow " + totalTriggerErrorsNow);
|
||||
|
||||
EcuTestHelper.assertTotallyEquals("totalTriggerErrorCounter", totalTriggerErrorsNow, triggerErrors);
|
||||
EcuTestHelper.assertTotallyEquals("totalTriggerErrorCounter", triggerErrors, totalTriggerErrorsNow);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue