I think the right form is to use `mockkStatic` now...
# mockk
l
I think the right form is to use
mockkStatic
now:
Copy code
mockkStatic(Instant::class)
        every { Instant.now() } returns ...