Migrate concepts to Jupiter API
[yangtools.git] / common / concepts / src / test / java / org / opendaylight / yangtools / concepts / WritableObjectsTest.java
index f019219cc514b8226fed87356397e470fcec727e..f74b040a5888b8f27c8d8971d4e69c68afdfb51c 100644 (file)
@@ -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 {