Fix compilation warnings: replace deprecated junit.framework.Assert
[controller.git] / opendaylight / adsal / sal / api / src / test / java / org / opendaylight / controller / sal / packet / ARPTest.java
index 10bd535eb2790a1876fe2f9cfa29afb681b4ed1b..792772a15c95c9d2d6a2c957e3c4476f3598f2ec 100644 (file)
@@ -11,7 +11,7 @@ package org.opendaylight.controller.sal.packet;
 
 import org.junit.Test;
 
-import junit.framework.Assert;
+import org.junit.Assert;
 
 public class ARPTest {