Rename test class to NestedTests for AOT integration testing

Prior to this commit, the NestedTestCase resulted in errors during our
AOT end-to-end integration tests since it did not comply to our "*Tests"
naming convention.

See gh-29122
This commit is contained in:
Sam Brannen
2023-10-16 16:18:34 +02:00
parent 66e3a7a25c
commit 119a9ffc3e

View File

@@ -54,7 +54,7 @@ public class NestedTestsWithSpringRulesTests extends SpringRuleConfigurer {
@ContextConfiguration(classes = NestedConfig.class)
public class NestedTestCase extends SpringRuleConfigurer {
public class NestedTests extends SpringRuleConfigurer {
@Autowired
String bar;