diff --git a/java_console/autotest/src/com/rusefi/VssHardwareLoopTest.java b/java_console/autotest/src/com/rusefi/VssHardwareLoopTest.java index 9359fbd16a..0a004eb769 100644 --- a/java_console/autotest/src/com/rusefi/VssHardwareLoopTest.java +++ b/java_console/autotest/src/com/rusefi/VssHardwareLoopTest.java @@ -36,6 +36,8 @@ public class VssHardwareLoopTest { sleep(2 * Timeouts.SECOND); EcuTestHelper.assertEquals("VSS with input", 3, SensorCentral.getInstance().getValue(Sensor.VSS)); + + // not related to VSS test, just need to validate this somewhere if (ControllerConnectorState.firmwareVersion == null) throw new IllegalStateException("firmwareVersion has not arrived"); }