Browse Source

Fix @Nested class not be executed

See gh-31914
pull/31917/head
Yanming Zhou 2 years ago committed by Stéphane Nicoll
parent
commit
36a72115f9
  1. 2
      spring-context/src/test/java/org/springframework/context/aot/ApplicationContextAotGeneratorTests.java

2
spring-context/src/test/java/org/springframework/context/aot/ApplicationContextAotGeneratorTests.java

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

Loading…
Cancel
Save