Skip to content

Commit

Permalink
Merge branch 'SRU2024_v10' of github.com:prowide/prowide-iso20022 int…
Browse files Browse the repository at this point in the history
…o SRU2024_v10
  • Loading branch information
zubri committed Jan 8, 2025
2 parents f9c4849 + b4a6b9f commit bb3ec9a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.junit.jupiter.api.Test;

public class MxWriteAdaptersTest {
ZoneOffset systemOffset = ZoneOffset.ofHours(-3);
private final ZoneOffset systemOffset = ZoneOffset.ofHours(-3);

@Test
public void testDocumentDateTime_DefaultAdapters_noFractionalSecond() {
Expand Down Expand Up @@ -271,8 +271,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 bb3ec9a

Please sign in to comment.