Skip to content

Commit dfca8a8

Browse files
hastynivi-apple
andauthored
Update src/python_testing/TC_TSTAT_2_2.py
Co-authored-by: Nivi Sarkar <55898241+nivi-apple@users.noreply.github.com>
1 parent 9ed5d07 commit dfca8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_TSTAT_2_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def steps_TC_TSTAT_2_2(self) -> list[TestStep]:
5252
steps = [
5353
TestStep("1", "Commissioning, already done", is_commissioning=True),
5454
TestStep("2a", "Test Harness Client reads attribute OccupiedCoolingSetpoint from the DUT"),
55-
TestStep("2b", "Test Harness Client then attempts Writes OccupiedCoolingSetpoint to value below the MinCoolSetpointLimit"),
55+
TestStep("2b", "Test Harness Client then attempts Writes OccupiedCoolingSetpoint to a value below the MinCoolSetpointLimit"),
5656
TestStep("2c", "Test Harness Writes the limit of MaxCoolSetpointLimit to OccupiedCoolingSetpoint attribute"),
5757
TestStep("3a", "Test Harness Reads OccupiedHeatingSetpoint attribute from Server DUT and verifies that the value is within range"),
5858
TestStep("3b", "Test Harness Writes OccupiedHeatingSetpoint to value below the MinHeatSetpointLimit"),

0 commit comments

Comments
 (0)