Fix @Nested class not be executed
See gh-31914
This commit is contained in:
committed by
Stéphane Nicoll
parent
3c0b5459be
commit
36a72115f9
@@ -488,7 +488,7 @@ class ApplicationContextAotGeneratorTests {
|
||||
}
|
||||
|
||||
@Nested
|
||||
static class ActiveProfile {
|
||||
class ActiveProfile {
|
||||
|
||||
@ParameterizedTest
|
||||
@MethodSource("activeProfilesParameters")
|
||||
|
||||
Reference in New Issue
Block a user