This commit is contained in:
rusefillc 2020-12-18 14:48:58 -05:00
parent 4a885805f8
commit fb7e9ef666
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class VssHardwareLoopTest {
EcuTestHelper.assertEquals("VSS with input", 3, SensorCentral.getInstance().getValue(Sensor.VSS)); 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) if (ControllerConnectorState.firmwareVersion == null)
throw new IllegalStateException("firmwareVersion has not arrived"); throw new IllegalStateException("firmwareVersion has not arrived");
} }