mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +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