diff --git a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java index 15062e0..0536fe4 100644 --- a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java +++ b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java @@ -628,7 +628,7 @@ public class AccountingDataHarvesterPluginTest extends ContextTest { } ContextTest.setContextByName(ROOT); - //dao.insertRecords(accountingRecords.toArray(new AccountingRecord[1])); + dao.insertRecords(accountingRecords.toArray(new AccountingRecord[1])); } catch(Exception e) { logger.error("", e);