Skip to content

Commit fd67e38

Browse files
committed
Extend UsingStatusLoggerMock with ExtensionContextAnchor
1 parent 94c813c commit fd67e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-api-test/src/main/java/org/apache/logging/log4j/test/junit/UsingStatusLoggerMock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
@Retention(RUNTIME)
3232
@Target({TYPE, METHOD})
3333
@Documented
34-
@ExtendWith(StatusLoggerMockExtension.class)
34+
@ExtendWith({ExtensionContextAnchor.class, StatusLoggerMockExtension.class})
3535
public @interface UsingStatusLoggerMock {}

0 commit comments

Comments
 (0)