Skip to content

Commit d463f0d

Browse files
authored
Update src/python_testing/TC_EWATERHTR_2_2.py
1 parent 4e5f15a commit d463f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_EWATERHTR_2_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def steps_TC_EWATERHTR_2_2(self) -> list[TestStep]:
8181
TestStep("8a", "TH reads from the DUT the HeatDemand",
8282
"Value has to be 0x00 (no demand on any source)"),
8383
TestStep("9", "TH sends command Boost with Duration=5s,OneShot=True",
84-
"Verify DUT responds w/ status SUCCESS(0x00) and Event EWATERHTR.S.E00(BoostStarted) sent with Duration=6 and OneShot=True"),
84+
"Verify DUT responds w/ status SUCCESS(0x00) and Event EWATERHTR.S.E00(BoostStarted) sent with Duration=5 and OneShot=True"),
8585
TestStep("9a", "TH reads from the DUT the HeatDemand",
8686
"Value has to be greater than 0x00 (demand on at least one source) and (HeaterDemand & (!HeaterTypes)) is zero (demand is only from declared supported types)"),
8787
TestStep("9b", "TH reads from the DUT the BoostState",

0 commit comments

Comments
 (0)