summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/test/java/org/openecomp/sdc/be/components/property/GetInputUtilsTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/test/java/org/openecomp/sdc/be/components/property/GetInputUtilsTest.java')
-rw-r--r--catalog-be/src/test/java/org/openecomp/sdc/be/components/property/GetInputUtilsTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-be/src/test/java/org/openecomp/sdc/be/components/property/GetInputUtilsTest.java b/catalog-be/src/test/java/org/openecomp/sdc/be/components/property/GetInputUtilsTest.java
index a2d7743fcd..864b032dae 100644
--- a/catalog-be/src/test/java/org/openecomp/sdc/be/components/property/GetInputUtilsTest.java
+++ b/catalog-be/src/test/java/org/openecomp/sdc/be/components/property/GetInputUtilsTest.java
@@ -16,12 +16,12 @@
package org.openecomp.sdc.be.components.property;
-import static org.junit.Assert.assertTrue;
-
import org.junit.Before;
import org.junit.Test;
import org.openecomp.sdc.be.datatypes.elements.GetInputValueDataDefinition;
+import static org.junit.Assert.assertTrue;
+
public class GetInputUtilsTest {
private static final String INPUT_ID = "inputUid";
private GetInputValueDataDefinition getInput;