From 1ff977f4f819243ce415a72348854f4f4072d14f Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 28 Apr 2023 21:43:46 -0400 Subject: [PATCH] it's going to be painful --- .../main/java/com/rusefi/f4discovery/VssHardwareLoopTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java_console/autotest/src/main/java/com/rusefi/f4discovery/VssHardwareLoopTest.java b/java_console/autotest/src/main/java/com/rusefi/f4discovery/VssHardwareLoopTest.java index 9fb61181dd..283dda3e03 100644 --- a/java_console/autotest/src/main/java/com/rusefi/f4discovery/VssHardwareLoopTest.java +++ b/java_console/autotest/src/main/java/com/rusefi/f4discovery/VssHardwareLoopTest.java @@ -47,7 +47,7 @@ public class VssHardwareLoopTest extends RusefiTestBase { // todo: this command does not seem to work for whatever reasons :( cAsE? else? ecu.sendCommand("set " + "driveWheelRevPerKm" + " " + "500"); - EcuTestHelper.assertSomewhatClose("VSS with input", 46, SensorCentral.getInstance().getValue(Sensor.vehicleSpeedKph)); + EcuTestHelper.assertSomewhatClose("VSS with input", 4.6, SensorCentral.getInstance().getValue(Sensor.vehicleSpeedKph)); // not related to VSS test, just need to validate this somewhere, so this random test is as good as any if (ControllerConnectorState.firmwareVersion == null)