diff --git a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java index c6e6b40..2cbd18b 100644 --- a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java +++ b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java @@ -738,7 +738,6 @@ public class AccountingDataHarvesterPluginTest extends ContextTest { //Utils.setContext(RESOURCE_CATALOGUE); ContextTest.setContextByName(ROOT); System.out.println("vaaa"); - AggregationType measureType = AggregationType.MONTHLY; Date start = DateUtils.getStartCalendar(2020, Calendar.JANUARY, 1).getTime(); Date end = DateUtils.getStartCalendar(2020, Calendar.FEBRUARY, 1).getTime();