Skip to content

Commit c479db2

Browse files
committed
Fix issue with step 3
1 parent 713fb2c commit c479db2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/python_testing/TC_EWATERHTR_2_1.py

-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ async def test_TC_EWATERHTR_2_1(self):
9191

9292
self.step("4")
9393
heatDemand = await self.read_whm_attribute_expect_success(attribute="HeatDemand")
94-
asserts.assert_greater(heatDemand, 0,
95-
f"Unexpected HeatDemand value - expected {heatDemand} > 0")
9694
asserts.assert_less_equal(heatDemand, Clusters.WaterHeaterManagement.Bitmaps.WaterHeaterHeatSourceBitmap.kOther,
9795
f"Unexpected HeatDemand value - expected {heatDemand} <= WaterHeaterHeatSourceBitmap.kOther")
9896

0 commit comments

Comments
 (0)