diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index da59348a53..6f00d3d6e3 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -69,6 +69,8 @@ public class AutoTest { private static void testMazdaMiata2003() { setEngineType(47); + sendCommand("get cranking_dwell"); // just test coverage + sendCommand("get nosuchgettersdfsdfsdfsdf"); // just test coverage } private static void testCamaro() {