Fixed test

This commit is contained in:
Luca Frosini 2024-02-26 18:04:42 +01:00
parent abb35b6e7b
commit 34db58abe2
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ public class AccountingDataHarvesterPluginTest extends ContextTest {
logger.debug("Going to insert {}", accountingRecords);
ContextTest.setContextByName(ROOT_PROD);
dao.insertRecords(accountingRecords.toArray(new AccountingRecord[1]));
// dao.insertRecords(accountingRecords.toArray(new AccountingRecord[1]));
} catch (Exception e) {
logger.error("", e);