From b0f041f23bf52122e4a05bb1c8d574c0625ed323 Mon Sep 17 00:00:00 2001 From: Knut Wannheden Date: Thu, 9 Nov 2023 00:44:38 +0100 Subject: [PATCH] Fix two failing tests --- .../java/spring/boot2/SpringBoot2JUnit4to5MigrationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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