Skip to content

Commit 8b86519

Browse files
committed
Polishing
1 parent 66250b1 commit 8b86519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/main/java/org/springframework/test/context/support/AbstractTestContextBootstrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ else if (!ObjectUtils.isEmpty(valueListenerClasses)) {
150150
if (logger.isDebugEnabled()) {
151151
logger.debug(String.format(
152152
"Merging default listeners with listeners configured via @TestExecutionListeners for class [%s].",
153-
clazz.getName()));
153+
descriptor.getRootDeclaringClass().getName()));
154154
}
155155
usingDefaults = true;
156156
classesList.addAll(getDefaultTestExecutionListenerClasses());

0 commit comments

Comments
 (0)