Skip to content

Commit

Permalink
Rename test class to NestedTests for AOT integration testing
Browse files Browse the repository at this point in the history
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 spring-projectsgh-29122
  • Loading branch information
sbrannen committed Oct 16, 2023
1 parent 66e3a7a commit 119a9ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void topLevelTest() {


@ContextConfiguration(classes = NestedConfig.class)
public class NestedTestCase extends SpringRuleConfigurer {
public class NestedTests extends SpringRuleConfigurer {

@Autowired
String bar;
Expand Down

0 comments on commit 119a9ff

Please sign in to comment.