Skip to content

Commit bde9bf9

Browse files
committed
Another tweak to add 'inclusive' and align to test plan comment.
1 parent ca55a12 commit bde9bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_EWATERHTR_2_1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def steps_TC_EWATERHTR_2_1(self) -> list[TestStep]:
6262
TestStep("6", "TH reads from the DUT the EstimatedHeatRequired attribute.",
6363
"Verify that the DUT response contains an energy-mWh value that is greater or equal to 0."),
6464
TestStep("7", "TH reads from the DUT the TankPercentage attribute.",
65-
"Verify that the DUT response contains a percent value that is between 0 and 100."),
65+
"Verify that the DUT response contains a percent value that is between 0 and 100 inclusive."),
6666
TestStep("8", "TH reads from the DUT the BoostState attribute.",
6767
"Verify that the DUT response contains a BoostStateEnum (enum8) value that is less than or equal to 1."),
6868
]

0 commit comments

Comments
 (0)