only:alphax-4chan
This commit is contained in:
Andrey 2023-02-22 09:28:34 -05:00
parent ec0c599597
commit eed7521035
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ TEST(etb, initializationNoPrimarySensor) {
Sensor::setMockValue(SensorType::AcceleratorPedal, 0.0f, true);
// Redundant, but no primary configured
Sensor::setMockValue(SensorType::Tps1, 0.0f, true);
Sensor::setMockValue(SensorType::Tps1, /*value*/0, /*mockRedundant*/true);
EXPECT_FALSE(dut.init(DC_Throttle1, nullptr, nullptr, nullptr, true));