Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 15, 2024
1 parent 3ab14aa commit 523037a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ if (!actual.containsAll(expected)) {
log.error("Missing: ${must}")
}
}
fail("Not all .java files were compiled to .class files")
fail('Not all .java files were compiled to .class files')
}

0 comments on commit 523037a

Please sign in to comment.