Skip to content

Commit b95f5bb

Browse files
FINERACT-2413: Improve re-amortization undo
1 parent 630f41f commit b95f5bb

File tree

5 files changed

+184
-34
lines changed

5 files changed

+184
-34
lines changed

fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanReAmortizationStepDef.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void createLoanReAmortizationByLoanExternalId() {
9393
testContext().set(TestContextKey.LOAN_REAMORTIZATION_RESPONSE, response);
9494
}
9595

96-
@When("When Admin undo Loan re-amortization transaction on current business date")
96+
@When("Admin undo Loan re-amortization transaction on current business date")
9797
public void undoLoanReAmortization() {
9898
PostLoansResponse loanResponse = testContext().get(TestContextKey.LOAN_CREATE_RESPONSE);
9999
long loanId = loanResponse.getLoanId();

0 commit comments

Comments
 (0)