Skip to content

Commit c55cc5c

Browse files
MarianaDmytrivBinariksadamsaghy
authored andcommitted
FINERACT-2354: e2e tests for re-age with equal amortization forbidden after write-off
1 parent 56b506b commit c55cc5c

File tree

4 files changed

+245
-378
lines changed

4 files changed

+245
-378
lines changed

fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/helper/ErrorMessageHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ public static String reAgeContractTerminatedLoanFailure() {
967967
return "Loan re-aging is not allowed on contract terminated loan.";
968968
}
969969

970-
public static String reAgeWrittenOffLoanFailure() {
970+
public static String reAgeClosedLoanFailure() {
971971
return "Loan reaging can only be done on active loans";
972972
}
973973
}

0 commit comments

Comments
 (0)