Fix @Nested class not be executed

See gh-31914
This commit is contained in:
Yanming Zhou 2023-12-28 11:18:31 +08:00 committed by Stéphane Nicoll
parent 3c0b5459be
commit 36a72115f9
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ class ApplicationContextAotGeneratorTests {
}
@Nested
static class ActiveProfile {
class ActiveProfile {
@ParameterizedTest
@MethodSource("activeProfilesParameters")