only: better message

This commit is contained in:
rusefillc 2023-07-23 21:53:10 -04:00
parent 9eed25e8b6
commit 3396e24fb3
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class ProteusAnalogTest extends RusefiTestBase {
double actualTps = SensorCentral.getInstance().getValue(Sensor.TPS);
// Accept up to 2% error - there is an analog filter installed, it should be at least be close
assertEquals(expectedTps, actualTps, 2);
assertEquals("With idle of " + idle, expectedTps, actualTps, 2);
}
@Test