From 7492172722ccb3c0f3115eede34eaa169b647b40 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 18 Dec 2020 14:48:58 -0500 Subject: [PATCH] docs --- java_console/autotest/src/com/rusefi/VssHardwareLoopTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java_console/autotest/src/com/rusefi/VssHardwareLoopTest.java b/java_console/autotest/src/com/rusefi/VssHardwareLoopTest.java index 0a004eb769..f5a3bec540 100644 --- a/java_console/autotest/src/com/rusefi/VssHardwareLoopTest.java +++ b/java_console/autotest/src/com/rusefi/VssHardwareLoopTest.java @@ -37,7 +37,7 @@ public class VssHardwareLoopTest { EcuTestHelper.assertEquals("VSS with input", 3, SensorCentral.getInstance().getValue(Sensor.VSS)); - // not related to VSS test, just need to validate this somewhere + // not related to VSS test, just need to validate this somewhere, so this random test is as good as any if (ControllerConnectorState.firmwareVersion == null) throw new IllegalStateException("firmwareVersion has not arrived"); }