From 52d2df21fd3bd862278349332ef263c751d5bbed Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 8 Feb 2022 15:38:17 +0100 Subject: [PATCH] Removed unused import --- .../queries/templates/QueryTemplateManagementTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/gcube/informationsystem/resourceregistry/queries/templates/QueryTemplateManagementTest.java b/src/test/java/org/gcube/informationsystem/resourceregistry/queries/templates/QueryTemplateManagementTest.java index 94b515a..53271a5 100644 --- a/src/test/java/org/gcube/informationsystem/resourceregistry/queries/templates/QueryTemplateManagementTest.java +++ b/src/test/java/org/gcube/informationsystem/resourceregistry/queries/templates/QueryTemplateManagementTest.java @@ -22,7 +22,6 @@ import org.gcube.informationsystem.queries.templates.reference.entities.QueryTem import org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable; import org.gcube.informationsystem.resourceregistry.ContextTest; import org.gcube.informationsystem.resourceregistry.api.exceptions.AlreadyPresentException; -import org.gcube.informationsystem.resourceregistry.api.exceptions.NotFoundException; import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException; import org.gcube.informationsystem.utils.ElementMapper; import org.junit.Assert;