X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fyang-common%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fcommon%2FOperationFailedExceptionTest.java;h=1e277b49128098ce32b09c6ccb0334eb5610f956;hb=c3a7ca0aa9faa21943fe472f49e94c43943ab90d;hp=e47e53ec855e92bbc356f99b5f14fb327fa73324;hpb=c382ad5ab30ab577d7dc055912241cb2b87ff6b3;p=yangtools.git diff --git a/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/OperationFailedExceptionTest.java b/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/OperationFailedExceptionTest.java index e47e53ec85..1e277b4912 100644 --- a/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/OperationFailedExceptionTest.java +++ b/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/OperationFailedExceptionTest.java @@ -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