Skip to content

Commit

Permalink
Merge branch 'develop' into feature/android-mock-location
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy authored Dec 14, 2024
2 parents efcb95b + eb63e88 commit 5de6059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ class TestResultsListener(
1 -> {
traces.getOrPut(matchingTests.first()) { StringBuilder() }
.apply {
appendLine(failureSummary.message)
failureSummary.documentLocationInCreatingWorkspace?.let {
if (it.url.isNotBlank()) {
appendLine(it.url)
}
}
appendLine(failureSummary.message)
}
}

Expand Down

0 comments on commit 5de6059

Please sign in to comment.