Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl authored Oct 21, 2024
1 parent 974ea53 commit 2ce8304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ test {

afterTest { desc, result ->
if (result.resultType == TestResult.ResultType.FAILURE) {
println "Oh No! There's tests failed!"
println "Oh no! There are failed conformance tests!"
result.failures.each { failure ->
def rawFailure = failure.rawFailure
def matcher = rawFailure =~ /\+FAIL: (\S+):(\d+):/
Expand Down

0 comments on commit 2ce8304

Please sign in to comment.