You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codec integration tests were distributed previously into multiple
test classes with duplicating the fixtures. Now all fixtures are
defined in AbstractCodecIntegrationTests.
[#186]
testCodec(OffsetDateTime.class, OffsetDateTime.now(), (actual, expected) -> assertThat(actual.isEqual(expected)).isTrue(), "TIMESTAMP WITH TIME ZONE");
0 commit comments