Catalog alignment
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / TestUtils.java
index cb0e5e8..3f4166c 100644 (file)
 
 package org.openecomp.sdc;
 
-import static org.junit.Assert.assertArrayEquals;
+import org.apache.commons.io.IOUtils;
 
-import java.io.InputStream;
 import javax.ws.rs.core.Response;
-import org.apache.commons.io.IOUtils;
+import java.io.InputStream;
+
+import static org.junit.Assert.assertArrayEquals;
 
 public class TestUtils {
     public static boolean downloadedPayloadMatchesExpected(final Response response, final byte[] expected) {