We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca55a12 commit bde9bf9Copy full SHA for bde9bf9
src/python_testing/TC_EWATERHTR_2_1.py
@@ -62,7 +62,7 @@ def steps_TC_EWATERHTR_2_1(self) -> list[TestStep]:
62
TestStep("6", "TH reads from the DUT the EstimatedHeatRequired attribute.",
63
"Verify that the DUT response contains an energy-mWh value that is greater or equal to 0."),
64
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."),
+ "Verify that the DUT response contains a percent value that is between 0 and 100 inclusive."),
66
TestStep("8", "TH reads from the DUT the BoostState attribute.",
67
"Verify that the DUT response contains a BoostStateEnum (enum8) value that is less than or equal to 1."),
68
]
0 commit comments