Switch from junit.framework to org.junit
[lispflowmapping.git] / mappingservice / implementation / src / test / java / org / opendaylight / lispflowmapping / implementation / serializer / address / LispSegmentLCAFAddressTest.java
index f5a2014421a00c471a6c73d1181b7a9be68f7dd2..7201fc67cbb677c734c8c0fdcb4349b8cdc6f564 100644 (file)
@@ -7,7 +7,7 @@
  */
 package org.opendaylight.lispflowmapping.implementation.serializer.address;
 
  */
 package org.opendaylight.lispflowmapping.implementation.serializer.address;
 
-import static junit.framework.Assert.assertEquals;
+import static org.junit.Assert.assertEquals;
 
 import java.nio.ByteBuffer;
 
 
 import java.nio.ByteBuffer;