From 99dd6f218f427b07737e0163b066e37e129617ba Mon Sep 17 00:00:00 2001 From: Kristof Jozsa Date: Tue, 18 Jun 2024 14:14:50 +0200 Subject: [PATCH] spotless --- .../fineract/integrationtests/SchedulerJobsTestResults.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration-tests/src/test/java/org/apache/fineract/integrationtests/SchedulerJobsTestResults.java b/integration-tests/src/test/java/org/apache/fineract/integrationtests/SchedulerJobsTestResults.java index 09a179ed3d1..581abdb1a4e 100644 --- a/integration-tests/src/test/java/org/apache/fineract/integrationtests/SchedulerJobsTestResults.java +++ b/integration-tests/src/test/java/org/apache/fineract/integrationtests/SchedulerJobsTestResults.java @@ -263,8 +263,7 @@ public void testTransferFeeForLoansFromSavingsJobOutcome() throws InterruptedExc final Integer loanProductID = createLoanProduct(null); Assertions.assertNotNull(loanProductID); - final Integer loanID = applyForLoanApplication(clientID.toString(), loanProductID.toString(), savingsId.toString(), - "1 March 2013"); + final Integer loanID = applyForLoanApplication(clientID.toString(), loanProductID.toString(), savingsId.toString(), "1 March 2013"); Assertions.assertNotNull(loanID); HashMap loanStatusHashMap = LoanStatusChecker.getStatusOfLoan(requestSpec, responseSpec, loanID);