Skip to content

Commit

Permalink
Update TC_OCC_2_1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehs6sam committed Jul 29, 2024
1 parent 383e845 commit 4645347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/TC_OCC_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def test_TC_OCC_2_1(self):
else:
logging.info("Test step skipped")

self.step(14)
self.step(14)
if attributes.PhysicalContactOccupiedToUnoccupiedDelay.attribute_id in attribute_list:
phycontact_otou_delay_dut = await self.read_occ_attribute_expect_success(endpoint=endpoint, attribute=attributes.PhysicalContactOccupiedToUnoccupiedDelay)

Expand Down Expand Up @@ -213,4 +213,4 @@ async def test_TC_OCC_2_1(self):


if __name__ == "__main__":
default_matter_test_main()
default_matter_test_main()

0 comments on commit 4645347

Please sign in to comment.