Skip to content

Commit

Permalink
Update iso20022-core/src/test/java/com/prowidesoftware/swift/model/mx…
Browse files Browse the repository at this point in the history
…/adapters/MxWriteAdaptersTest.java

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
zubri and coderabbitai[bot] authored Jan 8, 2025
1 parent 48a79f4 commit b4a6b9f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,7 @@ private MxPacs00800102 getMxPacs00800102WithDateTimeValuesFilled() {
LocalDate localDate = LocalDate.parse("2021-10-19");
OffsetTime offsetTime = OffsetTime.parse("12:13:14" + systemOffset);
OffsetDateTime offsetDateTime = OffsetDateTime.parse("2021-10-19T12:13:14" + systemOffset);
MxPacs00800102 mx1 = setDatesIntoMessage(localDate, offsetTime, offsetDateTime);
return mx1;
return setDatesIntoMessage(localDate, offsetTime, offsetDateTime);
}

private MxPacs00800102 setDatesIntoMessage(
Expand Down

0 comments on commit b4a6b9f

Please sign in to comment.