removing some unneeded flexibility

This commit is contained in:
rusefi 2020-05-10 02:06:15 -04:00
parent 919afd35e8
commit 3f7ca92241
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ TEST(sensors, testCamInput) {
// asserting that error code has cleared
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) {