Skip to content

Commit f888807

Browse files
Fix test name typo (project-chip#31347)
1 parent 8f7b0ae commit f888807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_testing/TC_ACL_2_2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TC_ACL_2_2(MatterBaseTest):
2424
def desc_TC_ACL_2_2(self) -> str:
2525
return "[TC-ACL-2.2] Cluster endpoint"
2626

27-
def steps_TC_ACE_2_2(self) -> list[TestStep]:
27+
def steps_TC_ACL_2_2(self) -> list[TestStep]:
2828
steps = [
2929
TestStep(1, "Commissioning, already done", is_commissioning=True),
3030
TestStep(2, "TH1 reads DUT Descriptor cluster ServerList attribute from Endpoint 0"),
@@ -33,7 +33,7 @@ def steps_TC_ACE_2_2(self) -> list[TestStep]:
3333
return steps
3434

3535
@async_test_body
36-
async def test_TC_ACE_2_2(self):
36+
async def test_TC_ACL_2_2(self):
3737
self.step(1)
3838
self.step(2)
3939
data = await self.default_controller.ReadAttribute(nodeid=self.dut_node_id, attributes=[(Clusters.Descriptor.Attributes.ServerList)])

0 commit comments

Comments
 (0)