Skip to content

Commit dfcb2a2

Browse files
committed
Fix test broken by previous refactoring
1 parent 91c9bad commit dfcb2a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

spring-test/src/test/java/org/springframework/test/context/support/BootstrapTestUtilsMergedConfigTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void buildMergedConfigWithBareAnnotations() {
5454
assertMergedConfig(
5555
mergedConfig,
5656
testClass,
57-
new String[] { "classpath:org/springframework/test/context/support/AbstractContextLoaderUtilsTests$BareAnnotations-context.xml" },
57+
new String[] { "classpath:org/springframework/test/context/support/AbstractContextConfigurationUtilsTests$BareAnnotations-context.xml" },
5858
EMPTY_CLASS_ARRAY, DelegatingSmartContextLoader.class);
5959
}
6060

0 commit comments

Comments
 (0)