Catalog alignment
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / types / ServiceConsumptionDataTest.java
index 17a5d72..d5c3f5c 100644 (file)
  */
 package org.openecomp.sdc.be.types;
 
+import org.junit.Test;
+
 import static com.google.code.beanmatchers.BeanMatchers.hasValidGettersAndSetters;
 import static org.junit.Assert.assertThat;
 
-import org.junit.Test;
-
 public class ServiceConsumptionDataTest {
     @Test
     public void shouldHaveValidGettersAndSetters() {