TS Burned All Data engine stop #2839

a good sleep helps a lot of things
This commit is contained in:
rusefillc 2021-06-21 02:39:16 -04:00
parent 902be1afe7
commit 3d5bba4226
1 changed files with 1 additions and 1 deletions

View File

@ -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