Skip to content

Commit

Permalink
Update TransactionsApiTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadavpadma authored Jan 16, 2025
1 parent f5ea801 commit 6d02d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected static void beforeAll() {
void generateTransactionsReportTest() {
try {
var constraints = new TransactionsReportConstraints().accountIds(customerAccountList);
var reportAck = api.generateTransactionsReport(CUSTOMER_ID, fromDate,toDate, constraints, null, true);
var reportAck = api.generateTransactionsReport(CUSTOMER_ID, constraints, null,fromDate,toDate, true);
assertEquals("inProgress", reportAck.getStatus());
assertEquals("transactions", reportAck.getType());
} catch (ApiException e) {
Expand Down

0 comments on commit 6d02d64

Please sign in to comment.