some EM fixes
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-04-14 21:02:39 +02:00
parent b964b03b2d
commit d24a983985
6 changed files with 14 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::COLD_STR_CONSECUTIVE;
testCase = TestCase::NONE;
return returnvalue::OK;
}