Commit be3a411
authored
LogCapturingExtension (a JUnit5 InvocationInterceptor) was using
classOf[LogCapturing] to initialize its logger, which resolves to
the JUnit4 TestRule class in the same package. Change to use
classOf[LogCapturingExtension] instead.
1 parent f62b01e commit be3a411
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- actor-testkit-typed/src/main/scala/org/apache/pekko/actor/testkit/typed/javadsl
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments