Skip to content

Commit

Permalink
Quick fix - needs to be Active not Inactive - Update src/python_testi…
Browse files Browse the repository at this point in the history
…ng/TC_EWATERHTR_2_1.py
  • Loading branch information
jamesharrow authored Aug 30, 2024
1 parent aae3b27 commit 66b152a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_EWATERHTR_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async def test_TC_EWATERHTR_2_1(self):

self.step("8")
boost_state = await self.read_whm_attribute_expect_success(attribute="BoostState")
asserts.assert_less_equal(boost_state, Clusters.WaterHeaterManagement.Enums.BoostStateEnum.kInactive,
asserts.assert_less_equal(boost_state, Clusters.WaterHeaterManagement.Enums.BoostStateEnum.kActive,
f"Unexpected BoostState value - expected {boost_state} should be BoostStateEnum (enum8) value in range 0x00 to 0x01")


Expand Down

0 comments on commit 66b152a

Please sign in to comment.