Replaced reference from deprecated junit.framework.Assert to org.junit.Assert
[bgpcep.git] / bgp / rib-spi / src / test / java / org / opendaylight / protocol / bgp / rib / spi / SimpleRIBExtensionTest.java
index 39c5b9ce1f8459c3ac45108f7a5c16b35a6dd3ae..3a6020e4823986eea0a93d13186035ad84589e52 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.protocol.bgp.rib.spi;
 
 import com.google.common.collect.Lists;
 import java.util.List;
-import junit.framework.Assert;
+import org.junit.Assert;
 import org.junit.Test;
 import org.mockito.Mockito;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev130925.rib.Tables;