Skip to content

Commit

Permalink
fixup Update JavacParserTest
Browse files Browse the repository at this point in the history
  • Loading branch information
TVDiasDominik committed Jun 21, 2023
1 parent 4cc92d0 commit a7eee80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ void shouldParseJavaWarningsInMavenCompilerPlugin() {
* One in kotlin 1.8 style and the other one in the old style.
*/
@Test
void kotlin1_8WarningStyle() {
void kotlin18WarningStyle() {
Report warnings = parse("kotlin-1_8.txt");

assertThat(warnings).hasSize(2);
Expand Down

0 comments on commit a7eee80

Please sign in to comment.