Skip to content

Commit 0daf2a1

Browse files
committed
fix typos
1 parent f80b10d commit 0daf2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_testing/TC_TCTL_2_3.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def steps_TC_TCTL_2_3(self) -> list[TestStep]:
5656
"Verify that the DUT response contains the value of _SelectedTemperatureLevel_ with a range of 0 to 31"),
5757
TestStep(3, "TH reads from the DUT the SupportedTemperatureLevels attribute and verifies string lengths",
5858
("Verify that the DUT response contains a _SupportedTemperatureLevels_ list\n\n"
59-
"* List length hast to be equal or less than 32 \n"
59+
"* List length has to be equal or less than 32 \n"
6060
"* Each temperature level should be a string\n"
61-
"* Length of each temperature level string should be equal or less than 16\n")),
61+
"* Length of each temperature level string has to be equal or less than 16\n")),
6262
]
6363
return steps
6464

0 commit comments

Comments
 (0)