auto-sync

This commit is contained in:
rusEfi 2015-03-26 09:04:45 -05:00
parent 4927450978
commit bca5c52a86
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class AutoTest {
WaveChart chart;
chart = nextChart();
double x = 275;
double x = 102;
assertWave(msg, chart, WaveChart.SPARK_1, 0.1944, x, x + 180, x + 360, x + 540);
}