File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ async def test_TC_PWRTL_2_1(self):
61
61
asserts .assert_less_equal (len (available_endpoints ), 21 ,
62
62
"AvailableEndpoints length %d must be less than 21!" % len (available_endpoints ))
63
63
64
- else :
64
+ else :
65
65
logging .info ('Skipping test as available endpoints attribute ID not in attribute list on DUT' )
66
66
return
67
67
@@ -74,9 +74,10 @@ async def test_TC_PWRTL_2_1(self):
74
74
asserts .assert_true (active_endpoints == NullValue or active_endpoints == [],
75
75
"ActiveEndpoints should be null when AvailableEndpoints is null: %s" % active_endpoints )
76
76
77
- else :
77
+ else :
78
78
logging .info ('Skipping test as active endpoints attribute ID not in attribute list on DUT' )
79
79
return
80
80
81
+
81
82
if __name__ == "__main__" :
82
83
default_matter_test_main ()
You can’t perform that action at this time.
0 commit comments