Automatic style fix

This commit is contained in:
robot-clickhouse 2023-04-21 19:04:36 +00:00
parent e7e080b4a2
commit eda1379180

View File

@ -82,7 +82,9 @@ def process_test_log(log_path, broken_tests):
test_name,
"FAIL",
test_time,
["Test is expected to fail! Please, update broken_tests.txt!\n"],
[
"Test is expected to fail! Please, update broken_tests.txt!\n"
],
)
)
else: