Replaced reference from deprecated junit.framework.Assert to org.junit.Assert
[bgpcep.git] / bgp / topology-provider / src / test / java / org / opendaylight / bgpcep / bgp / topology / provider / ParserToSalTest.java
index e45e62f66cd8a77f0ec564f8c4b77a995c4480af..d17aee1b140aae6ac86a6c71f608049191942761 100644 (file)
@@ -7,8 +7,8 @@
  */
 package org.opendaylight.bgpcep.bgp.topology.provider;
 
-import static junit.framework.Assert.assertFalse;
-import static junit.framework.Assert.assertTrue;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertTrue;
 
 import com.google.common.base.Function;
 import com.google.common.base.Optional;