more changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-06-27 18:02:49 +02:00
parent 1e767afa11
commit 50a8a6fffe
3 changed files with 8 additions and 4 deletions

View File

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