We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5087f commit eb63e88Copy full SHA for eb63e88
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