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 @@ -97,7 +97,7 @@ async def test_TC_ECOINFO_2_2(self):
97
97
cluster = Clusters .EcosystemInformation ,
98
98
attribute = Clusters .EcosystemInformation .Attributes .LocationDirectory ,
99
99
fabric_filtered = False )
100
-
100
+
101
101
self .step (3 )
102
102
self .step ("3a" )
103
103
self .wait_for_user_input (prompt_msg = "Removed bridged device added in step 2a using method indicated by the manufacturer" )
@@ -107,7 +107,8 @@ async def test_TC_ECOINFO_2_2(self):
107
107
set_of_endpoints_step_3 = set (
108
108
root_part_list_step_3 [root_node_endpoint ][Clusters .Descriptor ][Clusters .Descriptor .Attributes .PartsList ])
109
109
110
- asserts .assert_equal (set_of_endpoints_step_3 , set_of_endpoints_step_1 , "Expected set of endpoints after removal to be identical to when test started" )
110
+ asserts .assert_equal (set_of_endpoints_step_3 , set_of_endpoints_step_1 ,
111
+ "Expected set of endpoints after removal to be identical to when test started" )
111
112
112
113
self .step ("3c" )
113
114
newly_added_endpoint = list (unique_endpoints_set )[0 ]
You can’t perform that action at this time.
0 commit comments