Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asirko-soft committed Dec 3, 2024
1 parent 9a4b219 commit 71708d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_TCTL_2_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def test_TC_TCTL_2_3(self):

# Step 3: Read SupportedTemperatureLevels attribute
self.step(3)
if self.check_pics("TCTL.S.A0004"): # SupportedTemperatureLevels attribute
if self.check_pics("TCTL.S.A0005"): # SupportedTemperatureLevels attribute
supported_temps = await self.default_controller.ReadAttribute(
nodeid=self.dut_node_id,
attributes=[(1, Clusters.TemperatureControl.Attributes.SupportedTemperatureLevels)]
Expand Down

0 comments on commit 71708d1

Please sign in to comment.