From 24cf51e883febbf79858285dbe71b35d0e70e23b Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 31 Aug 2020 07:54:45 -0400 Subject: [PATCH] this does not go as planned :( --- unit_tests/tests/sensor/test_sensor_init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/tests/sensor/test_sensor_init.cpp b/unit_tests/tests/sensor/test_sensor_init.cpp index 54946bf6ff..713c6c7d17 100644 --- a/unit_tests/tests/sensor/test_sensor_init.cpp +++ b/unit_tests/tests/sensor/test_sensor_init.cpp @@ -148,7 +148,7 @@ TEST(SensorInit, Clt) { // 2003 neon sensor CONFIG(clt.config) = {0, 30, 100, 32500, 7550, 700, 2700}; - initNewThermistors(PASS_ENGINE_PARAMETER_SIGNATURE); + initThermistors(PASS_CONFIG_PARAMETER_SIGNATURE); // Ensure the sensors were registered auto s = const_cast(Sensor::getSensorOfType(SensorType::Clt));