aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/schema/RelationshipSchemaTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/org/onap/schema/RelationshipSchemaTest.java')
-rw-r--r--src/test/java/org/onap/schema/RelationshipSchemaTest.java14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/test/java/org/onap/schema/RelationshipSchemaTest.java b/src/test/java/org/onap/schema/RelationshipSchemaTest.java
index 9467f41..a32762f 100644
--- a/src/test/java/org/onap/schema/RelationshipSchemaTest.java
+++ b/src/test/java/org/onap/schema/RelationshipSchemaTest.java
@@ -20,18 +20,16 @@
*/
package org.onap.schema;
-import com.google.common.collect.ArrayListMultimap;
-import com.google.common.collect.Multimap;
+import static org.junit.Assert.*;
+import java.io.IOException;
+import java.util.HashMap;
+import java.util.Map;
import org.junit.Test;
import org.onap.aai.edges.EdgeRule;
import org.onap.aai.edges.exceptions.EdgeRuleNotFoundException;
import org.onap.crud.exception.CrudException;
-
-import java.io.IOException;
-import java.util.HashMap;
-import java.util.Map;
-
-import static org.junit.Assert.*;
+import com.google.common.collect.ArrayListMultimap;
+import com.google.common.collect.Multimap;
public class RelationshipSchemaTest {