Skip to content

Commit cd57617

Browse files
committed
Enhace code based on copilot reviews.
1 parent 8406a09 commit cd57617

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/python_testing/TC_BINFO_3_1.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def desc_TC_BINFO_3_1(self) -> str:
6262

6363
def steps_TC_BINFO_3_1(self) -> list[TestStep]:
6464
steps = [
65+
TestStep(0, "Commissioning, already done", is_commissioning=True),
6566
TestStep(1, "TH reads ProductAppearance from the DUT.",
6667
("ProductAppearance.Finish Value has to be between a range of [min=Other(0), "
6768
"max=Fabric(5)]")),
@@ -99,6 +100,7 @@ async def setup_test(self):
99100

100101
@async_test_body
101102
async def test_TC_BINFO_3_1(self):
103+
self.step(0)
102104

103105
endpoint = self.get_endpoint(default=0)
104106
attributes = Clusters.BasicInformation.Attributes

0 commit comments

Comments
 (0)