Migrate yang-common to JUnit5
[yangtools.git] / common / yang-common / src / test / java / org / opendaylight / yangtools / yang / common / OperationFailedExceptionTest.java
index e47e53ec855e92bbc356f99b5f14fb327fa73324..1e277b49128098ce32b09c6ccb0334eb5610f956 100644 (file)
@@ -9,9 +9,9 @@ package org.opendaylight.yangtools.yang.common;
 
 import static org.hamcrest.CoreMatchers.containsString;
 import static org.hamcrest.MatcherAssert.assertThat;
-import static org.junit.Assert.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertEquals;
 
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
 
 public class OperationFailedExceptionTest {
     @Test