Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltonlima committed Sep 12, 2024
1 parent a305d2f commit 7ce54c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async def proccess_commands_sdk_container(commands: list) -> None:
print(f">>>>>>>> Total of test functions: {test_function_count}")
print(
f">>>>>>>> Total of test functions (doesn't start with 'test_TC_'): \
{invalid_test_function_count}"
{invalid_test_function_count}"
)
error_count = len(errors_found)
print(f">>>>>>>> Total of scripts with error: {error_count}")
Expand Down

0 comments on commit 7ce54c0

Please sign in to comment.