Skip to content

Commit

Permalink
Update src/python_testing/TC_CADMIN_1_19.py
Browse files Browse the repository at this point in the history
Co-authored-by: C Freeman <[email protected]>
  • Loading branch information
j-ororke and cecille authored Oct 22, 2024
1 parent 9ef5882 commit c7814ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_CADMIN_1_19.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def generate_unique_random_value(self, value):
async def CommissionAttempt(
self, setupPinCode: int, thnum: int, th: str, fail: bool):

logging.info(f"-----------------Commissioning with TH_CR{str(thnum)}-------------------------")
logging.info(f"-----------------Commissioning with TH_CR{thnum}-------------------------")
if fail:
ctx = asserts.assert_raises(ChipStackError)
with ctx:
Expand Down

0 comments on commit c7814ab

Please sign in to comment.