diff --git a/test_collections/matter/sdk_tests/support/python_testing/list_python_tests_classes.py b/test_collections/matter/sdk_tests/support/python_testing/list_python_tests_classes.py index bd85c688..c82f3ff9 100644 --- a/test_collections/matter/sdk_tests/support/python_testing/list_python_tests_classes.py +++ b/test_collections/matter/sdk_tests/support/python_testing/list_python_tests_classes.py @@ -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}")