BUG-7464: Update junit import
[yangtools.git] / third-party / triemap / src / test / java / org / opendaylight / yangtools / triemap / TestSerialization.java
index aaf3bfea090f2e587aecd2f9e8e5534f8543f3a9..8f7db039076c3ee8e0182d67081cff178b50a679 100644 (file)
@@ -6,8 +6,7 @@ import java.io.IOException;
 import java.io.ObjectInputStream;
 import java.io.ObjectOutputStream;
 
-import junit.framework.Assert;
-
+import org.junit.Assert;
 import org.junit.Test;
 
 public class TestSerialization {