Skip to content

Commit

Permalink
Another tweak to add 'inclusive' and align to test plan comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesharrow committed Aug 30, 2024
1 parent ca55a12 commit bde9bf9
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 @@ -62,7 +62,7 @@ def steps_TC_EWATERHTR_2_1(self) -> list[TestStep]:
TestStep("6", "TH reads from the DUT the EstimatedHeatRequired attribute.",
"Verify that the DUT response contains an energy-mWh value that is greater or equal to 0."),
TestStep("7", "TH reads from the DUT the TankPercentage attribute.",
"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."),
TestStep("8", "TH reads from the DUT the BoostState attribute.",
"Verify that the DUT response contains a BoostStateEnum (enum8) value that is less than or equal to 1."),
]
Expand Down

0 comments on commit bde9bf9

Please sign in to comment.