summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/test/java/org/openecomp/sdc/TestUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/test/java/org/openecomp/sdc/TestUtils.java')
-rw-r--r--catalog-be/src/test/java/org/openecomp/sdc/TestUtils.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/catalog-be/src/test/java/org/openecomp/sdc/TestUtils.java b/catalog-be/src/test/java/org/openecomp/sdc/TestUtils.java
index cb0e5e8a9b..3f4166cff7 100644
--- a/catalog-be/src/test/java/org/openecomp/sdc/TestUtils.java
+++ b/catalog-be/src/test/java/org/openecomp/sdc/TestUtils.java
@@ -20,11 +20,12 @@
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) {