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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user