mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix @Nested class not be executed
See gh-31914
This commit is contained in:
committed by
Stéphane Nicoll
parent
3c0b5459be
commit
36a72115f9
+1
-1
@@ -488,7 +488,7 @@ class ApplicationContextAotGeneratorTests {
|
||||
}
|
||||
|
||||
@Nested
|
||||
static class ActiveProfile {
|
||||
class ActiveProfile {
|
||||
|
||||
@ParameterizedTest
|
||||
@MethodSource("activeProfilesParameters")
|
||||
|
||||
Reference in New Issue
Block a user