Adam Jarvis
09/15/2024, 8:31 PMZonedDateTime.now(utcTimeZone) shouldBe
ZonedDateTime.now(utcTimeZone).plusNanos(1) plusOrMinus 1.seconds
Looking at a fix now - I think it might be related to the precision?Adam Jarvis
09/15/2024, 8:38 PMstorageUnit
inside of kotlins Duration
implementationAdam Jarvis
09/15/2024, 9:00 PMother plusOrMinus
in parenthesis
If you don't wrap them, it just assumes it's a shouldBe
and compares the two zonedDateTimes exactly
A breakpoint in ZonedDateTimeToleranceMatcher
is never even reached