Skip to content

Commit 0b52fab

Browse files
committed
XCOMMONS-3530: Listener not correctly registered while upgrading another extension
* replace junit4 leftovers (cherry picked from commit 1addc94)
1 parent 1ae1e6e commit 0b52fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default/src/test/java/org/xwiki/component/internal/QueueComponentEventManagerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
import org.xwiki.component.manager.ComponentManager;
3232
import org.xwiki.observation.ObservationManager;
3333

34-
import static org.junit.Assert.assertNull;
35-
import static org.junit.Assert.assertSame;
3634
import static org.junit.jupiter.api.Assertions.assertEquals;
35+
import static org.junit.jupiter.api.Assertions.assertNull;
36+
import static org.junit.jupiter.api.Assertions.assertSame;
3737
import static org.mockito.ArgumentMatchers.any;
3838
import static org.mockito.Mockito.doAnswer;
3939
import static org.mockito.Mockito.mock;

0 commit comments

Comments
 (0)