re base code
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / utils / UtilsTest.java
index 4a12372..be19e8b 100644 (file)
@@ -1,12 +1,12 @@
 package org.openecomp.sdc.be.components.utils;
 
-import static org.assertj.core.api.Assertions.assertThat;
+import org.junit.Test;
 
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.List;
 
-import org.junit.Test;
+import static org.assertj.core.api.Assertions.assertThat;
 
 public class UtilsTest {