removing some unneeded flexibility
This commit is contained in:
parent
db8d11739d
commit
b6f6d28ed4
|
@ -112,7 +112,7 @@ TEST(sensors, testCamInput) {
|
||||||
|
|
||||||
// asserting that error code has cleared
|
// asserting that error code has cleared
|
||||||
ASSERT_EQ(0, unitTestWarningCodeState.recentWarnings.getCount()) << "warningCounter#testCamInput #3";
|
ASSERT_EQ(0, unitTestWarningCodeState.recentWarnings.getCount()) << "warningCounter#testCamInput #3";
|
||||||
ASSERT_NEAR(181, engine->triggerCentral.getVVTPosition(), EPS3D);
|
ASSERT_NEAR(-181, engine->triggerCentral.getVVTPosition(), EPS3D);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(sensors, testNB2CamInput) {
|
TEST(sensors, testNB2CamInput) {
|
||||||
|
|
Loading…
Reference in New Issue