better error message

This commit is contained in:
rusefi 2020-09-12 04:31:35 -04:00
parent a96b74b086
commit d38cb3fabe
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ public class AutoTest extends BaseTest {
assertWaveNull(msg, chart, EngineChart.TRIGGER_2);
sendComplexCommand("set " + "trigger_type" + " 1"); // TT_FORD_ASPIRE
chart = nextChart();
assertTrue(msg, chart.get(EngineChart.TRIGGER_2) != null);
assertTrue(msg + " trigger2", chart.get(EngineChart.TRIGGER_2) != null);
}
private void testFordAspire() {