better error message

This commit is contained in:
rusefi 2018-01-24 22:57:47 -05:00
parent a7d8090672
commit 2adb68fb4b
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ public class AutoTest {
IoUtil.changeRpm(2000);
nextChart();
chart = nextChart();
assertEquals(69.12, SensorCentral.getInstance().getValue(Sensor.MAP));
assertEquals("MAP",69.12, SensorCentral.getInstance().getValue(Sensor.MAP));
//assertEquals(1, SensorCentral.getInstance().getValue(Sensor.));
x = 8.88;
assertWave(false, msg + " fuel SD #1", chart, EngineChart.INJECTOR_1, 0.577, 0.1, 0.1, x + 180);