Catalog alignment
[sdc.git] / asdctool / src / test / java / org / openecomp / sdc / asdctool / impl / GraphJsonValidatorTest.java
index 14b288b..221d74c 100644 (file)
 
 package org.openecomp.sdc.asdctool.impl;
 
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertTrue;
-
 import org.junit.Test;
 
 import java.nio.file.NoSuchFileException;
 
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertTrue;
+
 public class GraphJsonValidatorTest {
 
        private GraphJsonValidator createTestSubject() {