Skip to content

Commit

Permalink
Merge branch 'main' into refactor_request
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Feb 7, 2024
2 parents d1edeef + de05f52 commit 782d495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main_test_non_nasa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ void test_target()
target.assert_values("00", false, 26.000000, 22.000000, Mode::Heat, FanMode::Auto);

target = test_process_data("3200c8204f4f4efd821c004e8b34");
target.assert_values("00", true, 24.000000, 24.000000, Mode::Cool, FanMode::Hight);
target.assert_values("00", true, 24.000000, 24.000000, Mode::Cool, FanMode::High);
}

void test_previous_data_is_used_correctly()
Expand Down

0 comments on commit 782d495

Please sign in to comment.