poohbar
05/23/2019, 1:33 PMmockkStatic("java.time.Instant")
every { Instant.now() } returns Instant.parse("2017-11-01T11:04:56Z")
throws
io.mockk.MockKException: Bad recording sequence. Please finalize every { ... } block with returns/answers/just Runs
🤔