From 9e4d8b5ae93b7fe9005e19b3649970fde9cea14b Mon Sep 17 00:00:00 2001 From: Harini Kumaran Date: Mon, 23 Sep 2024 18:44:57 +0000 Subject: [PATCH] using properties.maxTemperature in tempst1 Signed-off-by: Harini Kumaran --- .../test_sysman_temperature/src/test_sysman_temperature.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/conformance_tests/sysman/test_sysman_temperature/src/test_sysman_temperature.cpp b/conformance_tests/sysman/test_sysman_temperature/src/test_sysman_temperature.cpp index e31b60f2..20d761fc 100644 --- a/conformance_tests/sysman/test_sysman_temperature/src/test_sysman_temperature.cpp +++ b/conformance_tests/sysman/test_sysman_temperature/src/test_sysman_temperature.cpp @@ -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); }