Catalog alignment
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / property / GetInputUtilsTest.java
index a2d7743..864b032 100644 (file)
 
 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;