Skip to content

Commit 24b87c5

Browse files
committed
improve msg
1 parent 8f38f10 commit 24b87c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ else
438438
# TODO: try to findout the test case and use it for highlighting line numbers
439439
file = github.html_link(file)
440440
testcase = tc['name']
441-
fail("maven-surefire-plugin error in #{file}:\nTest case `#{testcase}` fails with message:\n#{msg}")
441+
fail("maven-surefire-plugin error in #{file}:\nTest case `#{testcase}` fails with message:\n```\n#{msg}\n```")
442442
end
443443
end
444444
print_errors_summary 'maven-surefire-plugin', errors_count, 'https://github.com/php-coder/mystamps/wiki/unit-tests'

0 commit comments

Comments
 (0)