From bde9bf929c97d8c566bc5ddf4b1f632a9805f535 Mon Sep 17 00:00:00 2001 From: James Harrow Date: Fri, 30 Aug 2024 19:19:34 +0100 Subject: [PATCH] Another tweak to add 'inclusive' and align to test plan comment. --- src/python_testing/TC_EWATERHTR_2_1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_EWATERHTR_2_1.py b/src/python_testing/TC_EWATERHTR_2_1.py index 76652bd06b03f9..df5d2821ece9e4 100644 --- a/src/python_testing/TC_EWATERHTR_2_1.py +++ b/src/python_testing/TC_EWATERHTR_2_1.py @@ -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."), ]