xurror commented on a change in pull request #906:
URL: https://github.com/apache/fineract/pull/906#discussion_r426406214
##########
File path:
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/AccountingScenarioIntegrationTest.java
##########
@@ -587,11 +587,8 @@ public void checkPeriodicAccrualAccountingFlow() {
this.journalEntryHelper.checkJournalEntryForAssetAccount(assetAccount,
this.EXPECTED_DISBURSAL_DATE, assetAccountInitialEntry);
final String jobName = "Add Accrual Transactions";
- try {
- this.schedulerJobHelper.executeJob(jobName);
- } catch (InterruptedException e) {
- e.printStackTrace();
Review comment:
I suggest you using a logger but maybe @vorburger or @awasum, @ptuomola
or anyone else would have a different opinion as far as this is concerned.
It's more a convention to use here, whether checked or unchecked exceptions.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]