Skip to content

Commit 0c070da

Browse files
committed
Update FuturePastAdapterTest.java
1 parent f233c61 commit 0c070da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

validator/src/test/java/io/avaje/validation/core/adapters/FuturePastAdapterTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ void testPresent() {
139139
Object value;
140140
final var inst = Instant.now();
141141

142-
// Instant
143-
assertPresent(inst);
142+
// Instant is too precise for a present test
144143

145144
// date
146145
value = Date.from(inst);

0 commit comments

Comments
 (0)