Skip to content

Commit b217ca3

Browse files
restyled-commitsj-ororke
authored andcommitted
Restyled by autopep8
1 parent df6ca97 commit b217ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_testing/TC_CADMIN_1_3_4.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async def test_TC_CADMIN_1_3(self):
140140
self.max_window_duration = duration.maxCumulativeFailsafeSeconds
141141

142142
self.step("3a")
143-
#params = await self.openCommissioningWindow(dev_ctrl=self.th1, node_id=self.dut_node_id)
143+
# params = await self.openCommissioningWindow(dev_ctrl=self.th1, node_id=self.dut_node_id)
144144
params = await self.th1.OpenCommissioningWindow(nodeid=self.dut_node_id, timeout=self.max_window_duration, iteration=1000, discriminator=1234, option=1)
145145
self.print_step("TH1 params", params)
146146

@@ -233,7 +233,7 @@ async def test_TC_CADMIN_1_3(self):
233233
self.step(12)
234234
# TH_CR2 opens a commissioning window on DUT_CE using ECM
235235
self.discriminator = random.randint(0, 4095)
236-
#params2 = await self.openCommissioningWindow(dev_ctrl=self.th2, node_id=self.dut_node_id)
236+
# params2 = await self.openCommissioningWindow(dev_ctrl=self.th2, node_id=self.dut_node_id)
237237
params2 = await self.th2.OpenCommissioningWindow(nodeid=self.dut_node_id, timeout=self.max_window_duration, iteration=1000, discriminator=1234, option=1)
238238

239239
self.step(13)

0 commit comments

Comments
 (0)