Skip to content

Commit 2858316

Browse files
oleksii-novikov-onixgalovics
authored andcommitted
FINERACT-2413: Improve re-amortization undo validation
1 parent b457b2a commit 2858316

File tree

5 files changed

+182
-79
lines changed

5 files changed

+182
-79
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)