This commit is contained in:
rusefillc 2020-12-18 14:48:33 -05:00
parent 50e9dd6da7
commit 0caafbb5d2
1 changed files with 2 additions and 0 deletions

View File

@ -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");
}