We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efcb95b + eb63e88 commit 5de6059Copy full SHA for 5de6059
vendor/vendor-apple/base/src/main/kotlin/com/malinskiy/marathon/apple/listener/TestResultsListener.kt
@@ -121,12 +121,12 @@ class TestResultsListener(
121
1 -> {
122
traces.getOrPut(matchingTests.first()) { StringBuilder() }
123
.apply {
124
+ appendLine(failureSummary.message)
125
failureSummary.documentLocationInCreatingWorkspace?.let {
126
if (it.url.isNotBlank()) {
127
appendLine(it.url)
128
}
129
- appendLine(failureSummary.message)
130
131
132
0 commit comments