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 Oct 31, 2024
1 parent ee5b154 commit 71ef17a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python_testing/TC_CADMIN_1_19.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async def test_TC_CADMIN_1_19(self):
next_fabric = current_fabrics + 1
fids_ca_dir[next_fabric] = self.certificate_authority_manager.NewCertificateAuthority()
fids_fa_dir[next_fabric] = fids_ca_dir[current_fabrics +
1].NewFabricAdmin(vendorId=0xFFF1, fabricId=next_fabric)
1].NewFabricAdmin(vendorId=0xFFF1, fabricId=next_fabric)
try:
fids[next_fabric] = fids_fa_dir[next_fabric].NewController(nodeId=next_fabric)
await fids[next_fabric].CommissionOnNetwork(
Expand Down Expand Up @@ -164,5 +164,6 @@ async def test_TC_CADMIN_1_19(self):
current_fabrics = await self.read_single_attribute_check_success(dev_ctrl=self.th1, fabric_filtered=False, endpoint=0, cluster=OC_cluster, attribute=OC_cluster.Attributes.CommissionedFabrics)
asserts.assert_equal(current_fabrics, initial_number_of_fabrics, "Expected number of fabrics not correct")


if __name__ == "__main__":
default_matter_test_main()

0 comments on commit 71ef17a

Please sign in to comment.