We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed5d07 commit dfca8a8Copy full SHA for dfca8a8
src/python_testing/TC_TSTAT_2_2.py
@@ -52,7 +52,7 @@ def steps_TC_TSTAT_2_2(self) -> list[TestStep]:
52
steps = [
53
TestStep("1", "Commissioning, already done", is_commissioning=True),
54
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"),
+ TestStep("2b", "Test Harness Client then attempts Writes OccupiedCoolingSetpoint to a value below the MinCoolSetpointLimit"),
56
TestStep("2c", "Test Harness Writes the limit of MaxCoolSetpointLimit to OccupiedCoolingSetpoint attribute"),
57
TestStep("3a", "Test Harness Reads OccupiedHeatingSetpoint attribute from Server DUT and verifies that the value is within range"),
58
TestStep("3b", "Test Harness Writes OccupiedHeatingSetpoint to value below the MinHeatSetpointLimit"),
0 commit comments