Skip to content

Commit 80faf03

Browse files
restyled-commitsj-ororke
authored andcommittedJun 27, 2024
Restyled by autopep8
1 parent 49882eb commit 80faf03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎src/python_testing/TC_PWRTL_2_1.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def test_TC_PWRTL_2_1(self):
6161
asserts.assert_less_equal(len(available_endpoints), 21,
6262
"AvailableEndpoints length %d must be less than 21!" % len(available_endpoints))
6363

64-
else:
64+
else:
6565
logging.info('Skipping test as available endpoints attribute ID not in attribute list on DUT')
6666
return
6767

@@ -74,9 +74,10 @@ async def test_TC_PWRTL_2_1(self):
7474
asserts.assert_true(active_endpoints == NullValue or active_endpoints == [],
7575
"ActiveEndpoints should be null when AvailableEndpoints is null: %s" % active_endpoints)
7676

77-
else:
77+
else:
7878
logging.info('Skipping test as active endpoints attribute ID not in attribute list on DUT')
7979
return
8080

81+
8182
if __name__ == "__main__":
8283
default_matter_test_main()

0 commit comments

Comments
 (0)