re base code
[sdc.git] / security-utils / src / test / java / org / openecomp / sdc / security / SecurityUtilTest.java
index e23c864..a5cdff7 100644 (file)
@@ -1,8 +1,11 @@
 package org.openecomp.sdc.security;
 
 import org.junit.Test;
+
 import java.util.Base64;
-import static org.junit.Assert.*;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotEquals;
 
 public class SecurityUtilTest {