X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=common%2Fconcepts%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fconcepts%2FWritableObjectsTest.java;h=f74b040a5888b8f27c8d8971d4e69c68afdfb51c;hb=fe9e3e1b7804c6d5e63409a0bf1cb1480a4c8899;hp=f019219cc514b8226fed87356397e470fcec727e;hpb=8e894a3c48e4ef566f366e43be178e0cae2fb711;p=yangtools.git diff --git a/common/concepts/src/test/java/org/opendaylight/yangtools/concepts/WritableObjectsTest.java b/common/concepts/src/test/java/org/opendaylight/yangtools/concepts/WritableObjectsTest.java index f019219cc5..f74b040a58 100644 --- a/common/concepts/src/test/java/org/opendaylight/yangtools/concepts/WritableObjectsTest.java +++ b/common/concepts/src/test/java/org/opendaylight/yangtools/concepts/WritableObjectsTest.java @@ -7,12 +7,12 @@ */ package org.opendaylight.yangtools.concepts; -import static org.junit.Assert.assertEquals; +import static org.junit.jupiter.api.Assertions.assertEquals; import com.google.common.io.ByteArrayDataOutput; import com.google.common.io.ByteStreams; import java.io.IOException; -import org.junit.Test; +import org.junit.jupiter.api.Test; public class WritableObjectsTest {