We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80b10d commit 0daf2a1Copy full SHA for 0daf2a1
src/python_testing/TC_TCTL_2_3.py
@@ -56,9 +56,9 @@ def steps_TC_TCTL_2_3(self) -> list[TestStep]:
56
"Verify that the DUT response contains the value of _SelectedTemperatureLevel_ with a range of 0 to 31"),
57
TestStep(3, "TH reads from the DUT the SupportedTemperatureLevels attribute and verifies string lengths",
58
("Verify that the DUT response contains a _SupportedTemperatureLevels_ list\n\n"
59
- "* List length hast to be equal or less than 32 \n"
+ "* List length has to be equal or less than 32 \n"
60
"* Each temperature level should be a string\n"
61
- "* Length of each temperature level string should be equal or less than 16\n")),
+ "* Length of each temperature level string has to be equal or less than 16\n")),
62
]
63
return steps
64
0 commit comments