re base code
[sdc.git] / catalog-model / src / test / java / org / openecomp / sdc / be / model / tosca / validators / MapValidatorTest.java
index c82894f..4fa64d6 100644 (file)
@@ -1,10 +1,10 @@
 package org.openecomp.sdc.be.model.tosca.validators;
 
-import static org.junit.Assert.assertFalse;
+import org.junit.Test;
 
 import java.util.Collections;
 
-import org.junit.Test;
+import static org.junit.Assert.assertFalse;
 
 public class MapValidatorTest {