Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and j-ororke committed Aug 27, 2024
1 parent 5ad2b47 commit 32cd0ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/python_testing/TC_SEAR_1_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,6 @@ async def test_TC_SEAR_1_3(self):
else:
await self.send_cmd_select_areas_expect_response(step=15, new_areas=[valid_area_id], expected_response=Clusters.ServiceArea.Enums.SelectAreasStatus.kInvalidInMode)


if __name__ == "__main__":
default_matter_test_main()
2 changes: 1 addition & 1 deletion src/python_testing/TC_SEAR_1_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ async def test_TC_SEAR_1_5(self):

if not self.check_pics("SEAR.S.M.VALID_STATE_FOR_SKIP"):
return

if Clusters.ServiceArea.Attributes.Progress.attribute_id in attribute_list:
old_progress_list = await self.read_progress(step=9)
asserts.assert_true(len(old_progress_list) > 0, f"len of Progress({len(old_progress_list)}) should not be zero)")
Expand Down

0 comments on commit 32cd0ad

Please sign in to comment.