Skip to content

Commit 4a5aeb3

Browse files
FINERACT-2197: Fix Spotless formatting violation in test
1 parent a8ebf5c commit 4a5aeb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3206,8 +3206,7 @@ public void test_feb29_period_only_cross_year_quarterly_period_containing_feb29(
32063206
emiCalculator.addDisbursement(feb29Schedule, LocalDate.of(2023, 9, 1), toMoney(10000.0));
32073207

32083208
// Schedule with FULL_LEAP_YEAR
3209-
Mockito.when(loanProductRelatedDetail.getDaysInYearCustomStrategy())
3210-
.thenReturn(DaysInYearCustomStrategyType.FULL_LEAP_YEAR);
3209+
Mockito.when(loanProductRelatedDetail.getDaysInYearCustomStrategy()).thenReturn(DaysInYearCustomStrategyType.FULL_LEAP_YEAR);
32113210

32123211
final ProgressiveLoanInterestScheduleModel fullLeapSchedule = emiCalculator.generatePeriodInterestScheduleModel(
32133212
expectedRepaymentPeriods, loanProductRelatedDetail, installmentAmountInMultiplesOf, mc);

0 commit comments

Comments
 (0)