Skip to content

Commit

Permalink
using properties.maxTemperature in tempst1
Browse files Browse the repository at this point in the history
Signed-off-by: Harini Kumaran <harini.kumaran@intel.com>
  • Loading branch information
harinik124 committed Sep 24, 2024
1 parent 48ed62b commit 9e4d8b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ TEST_F(TEMPERATURE_TEST,
for (auto temp_handle : temp_handles) {
ASSERT_NE(nullptr, temp_handle);
auto temp = lzt::get_temp_state(temp_handle);
auto properties = lzt::get_temp_properties(temp_handle);
EXPECT_GT(temp, invalid_min_temperature);
EXPECT_LT(temp, invalid_max_temperature);
}
Expand Down

0 comments on commit 9e4d8b5

Please sign in to comment.