Catalog alignment
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / info / DistributionStatusTest.java
index 1b3633c..c9111bb 100644 (file)
  */
 package org.openecomp.sdc.be.info;
 
+import org.junit.Test;
+
 import static org.hamcrest.CoreMatchers.is;
 import static org.hamcrest.CoreMatchers.nullValue;
 import static org.junit.Assert.assertThat;
 
-import org.junit.Test;
-
 public class DistributionStatusTest {
 
        @Test