we can live without this test

This commit is contained in:
rusefi 2022-01-08 20:34:31 -05:00
parent 899ee68264
commit 53b118d54e
1 changed files with 0 additions and 7 deletions

View File

@ -7,13 +7,6 @@
#include "pch.h" #include "pch.h"
TEST(sensors, vrThreshold) {
EngineTestHelper eth(HELLEN_128_MERCEDES_4_CYL);
auto& cfg = engineConfiguration->vrThreshold[0];
ASSERT_FLOAT_EQ(0.8, cfg.values[2]);
}
TEST(sensors, mapDecoding) { TEST(sensors, mapDecoding) {
EngineTestHelper eth(FORD_INLINE_6_1995); EngineTestHelper eth(FORD_INLINE_6_1995);