diff --git a/src/testWithSpringBoot_2_3/java/org/openrewrite/java/spring/boot2/SpringBoot2JUnit4to5MigrationTest.java b/src/testWithSpringBoot_2_3/java/org/openrewrite/java/spring/boot2/SpringBoot2JUnit4to5MigrationTest.java index 0f066a170..d3a0e5052 100644 --- a/src/testWithSpringBoot_2_3/java/org/openrewrite/java/spring/boot2/SpringBoot2JUnit4to5MigrationTest.java +++ b/src/testWithSpringBoot_2_3/java/org/openrewrite/java/spring/boot2/SpringBoot2JUnit4to5MigrationTest.java @@ -71,7 +71,7 @@ public void testFindAll() { class ProductionConfigurationTests { @Test - void testFindAll() { + void findAll() { } } """ @@ -118,7 +118,7 @@ static class CustomConfiguration { class ProductionConfigurationTests { @Test - void testFindAll() { + void findAll() { } @Configuration