This commit is contained in:
rusefillc 2020-12-18 14:48:58 -05:00
parent 0caafbb5d2
commit 7492172722
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));
// 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");
}