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

This commit is contained in:
2022-09-29 13:23:55 +02:00
parent 1463963532
commit fcef7e42a5
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ TEST_CASE("Thermal Controller", "[ThermalController]") {
new TemperatureSensorsDummy();
new SusDummy();
testEnvironment::initialize();
//testEnvironment::initialize();
ThermalController controller(THERMAL_CONTROLLER_ID, objects::NO_OBJECT);
ReturnValue_t result = controller.initialize();