mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Increase setpoint in tests
This commit is contained in:
parent
38c88e78f3
commit
2536639272
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
TEST(SafetyTests, ShouldSetEventWhenTemperatureTooHigh) {
|
TEST(SafetyTests, ShouldSetEventWhenTemperatureTooHigh) {
|
||||||
init_events();
|
init_events();
|
||||||
datalayer.system.info.CPU_temperature = 82;
|
datalayer.system.info.CPU_temperature = 88;
|
||||||
update_machineryprotection();
|
update_machineryprotection();
|
||||||
|
|
||||||
auto event_pointer = get_event_pointer(EVENT_CPU_OVERHEATING);
|
auto event_pointer = get_event_pointer(EVENT_CPU_OVERHEATING);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue