Skip to content

Commit 8775858

Browse files
committed
A space was missing :)
1 parent 29d97c9 commit 8775858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clickhouse-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2337,7 +2337,7 @@ class TestCase:
23372337
# Check if the test is known to fail
23382338
known_fail_reason = test_is_known_fail(
23392339
self.name,
2340-
result.reason.value + result.description,
2340+
f"Reason: {result.reason.value} {result.description}",
23412341
args.build_flags,
23422342
args.known_fails_file_path,
23432343
)

0 commit comments

Comments
 (0)