some tweaks and fixes
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2023-04-06 13:16:50 +02:00
parent 7a53ada4b4
commit 086dbcc19e
4 changed files with 7 additions and 6 deletions

View File

@ -15,7 +15,7 @@ TemperatureSensorInserter::TemperatureSensorInserter(object_id_t objectId,
tmp1075DummyMap(std::move(tempTmpSensorDummies_)) {}
ReturnValue_t TemperatureSensorInserter::initialize() {
testCase = TestCase::COOL_MGT;
testCase = TestCase::COOL_STR;
return returnvalue::OK;
}