Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Jun 18, 2024
1 parent b100a94 commit 6c99292
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,7 @@ public void setup() {

@Test
public void testGetClientLoanAccountsUsingExternalIdContainsCurrency() {

// Get today's date
LocalDate today = LocalDate.now(ZoneId.systemDefault());

// Define a custom date formatter
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd MMMM yyyy");

// Format today's date using the custom formatter
String formattedDate = today.format(formatter);
String formattedDate = "01 September 2022";

// given
GlobalConfigurationHelper.manageConfigurations(requestSpec, responseSpec,
Expand Down

0 comments on commit 6c99292

Please sign in to comment.