Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Apr 26, 2024
1 parent 1797aac commit 0fd918e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pt1/e2e_testing/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def main():
available_tests = [test.unique_name for test in available_tests]
if len(tests) == 0:
logger.error(
f"the provided filter {args.filter!r} does not match any tests. The available tests are:\n" + "\n\t".join(available_tests)"
f"the provided filter {args.filter!r} does not match any tests. The available tests are:\n\t" + "\n\t".join(available_tests)
)
sys.exit(1)

Expand Down

0 comments on commit 0fd918e

Please sign in to comment.