From 0caafbb5d2be5a17e8db69f1617bc35bf4b5d77c Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 18 Dec 2020 14:48:33 -0500 Subject: [PATCH] docs --- java_console/autotest/src/com/rusefi/VssHardwareLoopTest.java | 2 ++ 1 file changed, 2 insertions(+) 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"); }