Catalog alignment
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / impl / ActivationRequestInformationTest.java
index 978c0a4..68c1036 100644 (file)
  */
 package org.openecomp.sdc.be.components.impl;
 
+import org.junit.Test;
+import org.openecomp.sdc.be.model.Service;
+
 import static com.google.code.beanmatchers.BeanMatchers.hasValidGettersAndSetters;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertThat;
 
-import org.junit.Test;
-import org.openecomp.sdc.be.model.Service;
-
 public class ActivationRequestInformationTest {
 
     private static final String TENANT = "tenant";