not this line yet?

This commit is contained in:
rusefi 2020-12-07 01:40:26 -05:00
parent 2a1b585bfe
commit 5bae56a32a
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ TEST(etb, setpointNoPedalMap) {
EtbController etb;
// Must have TPS initialized for ETB setup
Sensor::setMockValue(SensorType::Tps1, 0.0f, true);
// Sensor::setMockValue(SensorType::Tps1, 0.0f, true);
// Don't pass a pedal map
etb.init(ETB_Throttle1, nullptr, nullptr, nullptr);