re base code
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / vendor-license-rest / vendor-license-rest-services / src / test / java / org / openecomp / sdcrests / vendorlicense / rest / mapping / MapLicenseKeyGroupRequestDtoToLicenseKeyGroupEntityTest.java
index a1e617e..806c3b6 100644 (file)
@@ -16,8 +16,6 @@
 
 package org.openecomp.sdcrests.vendorlicense.rest.mapping;
 
-import static org.testng.Assert.assertEquals;
-
 import org.junit.Test;
 import org.openecomp.sdc.vendorlicense.dao.types.LicenseKeyGroupEntity;
 import org.openecomp.sdc.vendorlicense.dao.types.LicenseKeyType;
@@ -26,6 +24,8 @@ import org.openecomp.sdc.vendorlicense.dao.types.ThresholdUnit;
 import org.openecomp.sdcrests.vendorlicense.types.LicenseKeyGroupRequestDto;
 import org.openecomp.sdcrests.vendorlicense.types.MultiChoiceOrOtherDto;
 
+import static org.testng.Assert.assertEquals;
+
 
 public class MapLicenseKeyGroupRequestDtoToLicenseKeyGroupEntityTest {