Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jan 27, 2023
1 parent 0476332 commit 2e23ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/run_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class RunContext:
type=click.Choice(['skip', 'only', 'include'], case_sensitive=False),
default='skip',
show_default=True,
help='Internal flag to determine how to handle manual tests. ONLY for "all" test choice.",
help='Internal flag to determine how to handle manual tests. ONLY for "all" test choice.',
)
@click.option(
'--run-yamltests-with-chip-repl',
Expand Down

0 comments on commit 2e23ec4

Please sign in to comment.