Skip to content

Commit

Permalink
Update test_collections/matter/sdk_tests/support/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carolina Lopes <[email protected]>
  • Loading branch information
rquidute and ccruzagralopes authored Jan 3, 2025
1 parent 86ad866 commit d909809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_collections/matter/sdk_tests/support/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ async def prompt_re_use_commissioning(
prompt_response = await __prompt_pass_fail_options(
prompt_support=prompt_support,
logger=logger,
prompt="Do you want to re-use previous commissioning information?\n"
"If you select NO, a new commissioning will performed",
prompt="Do you want to re-use the previous commissioning information?\n"
"If you select NO, a new commissioning will be performed",
options=options,
on_success=None,
on_failure=None,
Expand Down

0 comments on commit d909809

Please sign in to comment.