Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: René Josefsen <69624991+ReneJosefsen@users.noreply.github.com>
  • Loading branch information
cecille and ReneJosefsen authored Dec 18, 2023
1 parent f1fc563 commit d69f832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/python_testing/TC_ACL_2_2.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2022 Project CHIP Authors
# Copyright (c) 2023 Project CHIP Authors
# All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@ class TC_ACL_2_2(MatterBaseTest):
def desc_TC_ACL_2_2(self) -> str:
return "[TC-ACL-2.2] Cluster endpoint"

def steps_TC_ACE_1_3(self) -> list[TestStep]:
def steps_TC_ACE_2_2(self) -> list[TestStep]:
steps = [
TestStep(1, "Commissioning, already done", is_commissioning=True),
TestStep(2, "TH1 reads DUT Descriptor cluster ServerList attribute from Endpoint 0"),
Expand All @@ -33,7 +33,7 @@ def steps_TC_ACE_1_3(self) -> list[TestStep]:
return steps

@async_test_body
async def test_TC_ACE_1_3(self):
async def test_TC_ACE_2_2(self):
self.step(1)
self.step(2)
data = await self.default_controller.ReadAttribute(nodeid=self.dut_node_id, attributes=[(Clusters.Descriptor.Attributes.ServerList)])
Expand Down

0 comments on commit d69f832

Please sign in to comment.