Replaced reference from deprecated junit.framework.Assert to org.junit.Assert
[bgpcep.git] / pcep / pcc-mock / src / test / java / org / opendaylight / protocol / pcep / pcc / mock / SimpleSessionListenerTest.java
index 057cc70306edddc3ab3720efd32b3919a1f4da9f..f6ec5a9ffc640e3184ffa9a729cdda05e56cf05b 100644 (file)
@@ -8,8 +8,8 @@
 
 package org.opendaylight.protocol.pcep.pcc.mock;
 
-import static junit.framework.Assert.assertEquals;
-import static junit.framework.Assert.assertTrue;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
 
 import com.google.common.collect.Lists;
 import java.net.InetAddress;