Skip to content

Commit

Permalink
update clue message
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Nov 13, 2024
1 parent 16344f7 commit 4e789df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 4e789df

Please sign in to comment.