From 4e789df6db0985403696f15039b1d566e103285a Mon Sep 17 00:00:00 2001 From: Adam Semenenko <152864218+adam-enko@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:19:52 +0100 Subject: [PATCH] update clue message --- .../kotlin/KmpCommonSourceSharedWithDependentsTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dokka-runners/dokka-gradle-plugin/src/testFunctional/kotlin/KmpCommonSourceSharedWithDependentsTest.kt b/dokka-runners/dokka-gradle-plugin/src/testFunctional/kotlin/KmpCommonSourceSharedWithDependentsTest.kt index 94ceb27e73..765120e8b8 100644 --- a/dokka-runners/dokka-gradle-plugin/src/testFunctional/kotlin/KmpCommonSourceSharedWithDependentsTest.kt +++ b/dokka-runners/dokka-gradle-plugin/src/testFunctional/kotlin/KmpCommonSourceSharedWithDependentsTest.kt @@ -37,7 +37,7 @@ class KmpCommonSourceSharedWithDependentsTest : FunSpec({ } withClue( - "files with errors: ${filesWithErrors.joinToString("\n") { " - ${it.toUri()}" }}" + "${filesWithErrors.count()} file(s) with errors:\n${filesWithErrors.joinToString("\n") { " - ${it.toUri()}" }}" ) { filesWithErrors.shouldBeEmpty() }