From 7ce54c09f768821ee618beef5f43eaa05d7c8096 Mon Sep 17 00:00:00 2001 From: Hilton Lima Date: Thu, 12 Sep 2024 18:38:09 +0000 Subject: [PATCH] fix indentation --- .../support/python_testing/list_python_tests_classes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")