diff --git a/src/test/java/org/gcube/accounting/aggregator/plugin/CouchBaseConnectorTest.java b/src/test/java/org/gcube/accounting/aggregator/plugin/PostgreSQLConnectorTest.java similarity index 98% rename from src/test/java/org/gcube/accounting/aggregator/plugin/CouchBaseConnectorTest.java rename to src/test/java/org/gcube/accounting/aggregator/plugin/PostgreSQLConnectorTest.java index ab034ed..3d1db82 100644 --- a/src/test/java/org/gcube/accounting/aggregator/plugin/CouchBaseConnectorTest.java +++ b/src/test/java/org/gcube/accounting/aggregator/plugin/PostgreSQLConnectorTest.java @@ -18,13 +18,13 @@ import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -public class CouchBaseConnectorTest extends ContextTest { +public class PostgreSQLConnectorTest extends ContextTest { private static Logger logger = LoggerFactory.getLogger(AccountingAggregatorPluginTest.class); private PostgreSQLConnector postgreSQLConnector; - public CouchBaseConnectorTest() throws Exception { + public PostgreSQLConnectorTest() throws Exception { ContextTest.setContextByName(ROOT_DEV_SCOPE); postgreSQLConnector = new PostgreSQLConnector(); }