This is an automated email from the ASF dual-hosted git repository.
timothyjward pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/aries-typedevent.git
The following commit(s) were added to refs/heads/main by this push:
new 8e15c14 Fix import of the wrong JUnit package
8e15c14 is described below
commit 8e15c14c4cfcc2a30d7f019ad018d09bad5ad471
Author: Tim Ward <[email protected]>
AuthorDate: Mon Dec 15 20:57:48 2025 +0000
Fix import of the wrong JUnit package
Signed-off-by: Tim Ward <[email protected]>
---
.../org/apache/aries/typedevent/bus/impl/TypedEventMonitorImplTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/org.apache.aries.typedevent.bus/src/test/java/org/apache/aries/typedevent/bus/impl/TypedEventMonitorImplTest.java
b/org.apache.aries.typedevent.bus/src/test/java/org/apache/aries/typedevent/bus/impl/TypedEventMonitorImplTest.java
index 6112fb0..fcc2de8 100644
---
a/org.apache.aries.typedevent.bus/src/test/java/org/apache/aries/typedevent/bus/impl/TypedEventMonitorImplTest.java
+++
b/org.apache.aries.typedevent.bus/src/test/java/org/apache/aries/typedevent/bus/impl/TypedEventMonitorImplTest.java
@@ -17,8 +17,8 @@
package org.apache.aries.typedevent.bus.impl;
-import static org.junit.Assert.assertNull;
import static org.junit.jupiter.api.Assertions.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertThrows;
import java.util.Collections;