diff --git a/spring-context/src/test/java/org/springframework/context/aot/ApplicationContextAotGeneratorTests.java b/spring-context/src/test/java/org/springframework/context/aot/ApplicationContextAotGeneratorTests.java index 23ace1a4f74..db0cc8354fc 100644 --- a/spring-context/src/test/java/org/springframework/context/aot/ApplicationContextAotGeneratorTests.java +++ b/spring-context/src/test/java/org/springframework/context/aot/ApplicationContextAotGeneratorTests.java @@ -488,7 +488,7 @@ class ApplicationContextAotGeneratorTests { } @Nested - static class ActiveProfile { + class ActiveProfile { @ParameterizedTest @MethodSource("activeProfilesParameters")