summaryrefslogtreecommitdiff
path: root/thermal/tests/mock_thermal_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'thermal/tests/mock_thermal_helper.h')
-rw-r--r--thermal/tests/mock_thermal_helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thermal/tests/mock_thermal_helper.h b/thermal/tests/mock_thermal_helper.h
index 43ff3286..c706461b 100644
--- a/thermal/tests/mock_thermal_helper.h
+++ b/thermal/tests/mock_thermal_helper.h
@@ -34,8 +34,8 @@ class MockThermalHelper : public ThermalHelper {
(bool, TemperatureType, std::vector<TemperatureThreshold> *), (const, override));
MOCK_METHOD(bool, fillCurrentCoolingDevices, (bool, CoolingType, std::vector<CoolingDevice> *),
(const, override));
- MOCK_METHOD(bool, emulTemp, (std::string_view, const float), (override));
- MOCK_METHOD(bool, emulSeverity, (std::string_view, const int), (override));
+ MOCK_METHOD(bool, emulTemp, (std::string_view, const float, const bool), (override));
+ MOCK_METHOD(bool, emulSeverity, (std::string_view, const int, const bool), (override));
MOCK_METHOD(bool, emulClear, (std::string_view), (override));
MOCK_METHOD(bool, isInitializedOk, (), (const, override));
MOCK_METHOD(bool, readTemperature,