Skip to content

Commit 502b0a7

Browse files
restyled-commitstehampson
authored andcommitted
Restyled by autopep8
1 parent eaf0132 commit 502b0a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/python_testing/TC_ECOINFO_2_2.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async def test_TC_ECOINFO_2_2(self):
9797
cluster=Clusters.EcosystemInformation,
9898
attribute=Clusters.EcosystemInformation.Attributes.LocationDirectory,
9999
fabric_filtered=False)
100-
100+
101101
self.step(3)
102102
self.step("3a")
103103
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):
107107
set_of_endpoints_step_3 = set(
108108
root_part_list_step_3[root_node_endpoint][Clusters.Descriptor][Clusters.Descriptor.Attributes.PartsList])
109109

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")
111112

112113
self.step("3c")
113114
newly_added_endpoint = list(unique_endpoints_set)[0]

0 commit comments

Comments
 (0)