From 36a72115f97efc69cbdce1dd30df6a1a5359ad59 Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Thu, 28 Dec 2023 11:18:31 +0800 Subject: [PATCH] Fix @Nested class not be executed See gh-31914 --- .../context/aot/ApplicationContextAotGeneratorTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")