Skip to content

Commit 14b820a

Browse files
committed
removed first assert check
1 parent bbb7178 commit 14b820a

File tree

1 file changed

+1
-2
lines changed
  • hibernate-reactive-core/src/test/java/org/hibernate/reactive

1 file changed

+1
-2
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/UTCTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,8 @@ public void testOffsetDateTime(TestContext context) {
115115
"offsetDateTimeType",
116116
thing::getOffsetDateTime,
117117
entity -> {
118-
context.assertEquals( entity.offsetDateTime.getOffset(), ZoneOffset.UTC );
119118
context.assertEquals( thing.offsetDateTime,
120-
entity.offsetDateTime.toInstant().atZone( zoneOffset ).toOffsetDateTime() );
119+
entity.offsetDateTime.toInstant().atZone( zoneOffset ).toOffsetDateTime() );
121120
}
122121
);
123122
}

0 commit comments

Comments
 (0)