Skip to content

Commit 71708d1

Browse files
committed
fix typo
1 parent 9a4b219 commit 71708d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_TCTL_2_3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async def test_TC_TCTL_2_3(self):
7373

7474
# Step 3: Read SupportedTemperatureLevels attribute
7575
self.step(3)
76-
if self.check_pics("TCTL.S.A0004"): # SupportedTemperatureLevels attribute
76+
if self.check_pics("TCTL.S.A0005"): # SupportedTemperatureLevels attribute
7777
supported_temps = await self.default_controller.ReadAttribute(
7878
nodeid=self.dut_node_id,
7979
attributes=[(1, Clusters.TemperatureControl.Attributes.SupportedTemperatureLevels)]

0 commit comments

Comments
 (0)