This commit is contained in:
Matthew Kennedy 2023-03-03 01:39:56 -08:00
parent 6cc3779789
commit 8fc35d3b57
1 changed files with 2 additions and 2 deletions

View File

@ -217,9 +217,9 @@ public class CommonFunctionalTest extends RusefiTestBase {
chart = nextChart();
assertWaveNotNull(msg, chart, EngineChart.SPARK_1);
assertWaveNull(msg, chart, EngineChart.SPARK_2);
assertWaveNotNull(msg, chart, EngineChart.SPARK_2);
assertWaveNotNull(msg, chart, EngineChart.SPARK_3);
assertWaveNull(msg, chart, EngineChart.SPARK_4);
assertWaveNotNull(msg, chart, EngineChart.SPARK_4);
// todo: why is width precision so low here? is that because of loaded Windows with 1ms precision?
double widthRatio = 0.25;