From b659c45890f2b58d418bae82fef7e23b0a541130 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 12 Feb 2020 17:31:46 +0100 Subject: [PATCH] Removed unused variable --- .../org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java | 1 - 1 file changed, 1 deletion(-) 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();