Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Sep 29, 2023
1 parent 3633065 commit 9867656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ListsEncodingSpec extends CollectionsSpec with CassandraAlpakkaSpec {
List(1f, 3f),
List(5d),
List(LocalDate.now()),
List(Instant.now()),
List(Instant.now().truncatedTo(java.time.temporal.ChronoUnit.MICROS)), // See https://stackoverflow.com/a/74781779/2431728
List(UUID.randomUUID())
)

Expand Down

0 comments on commit 9867656

Please sign in to comment.