Łukasz Michniewicz
Results
1
comments of
Łukasz Michniewicz
I've run into this problem while trying to mock `org.http4s.Client[F[_]]`'s `expect` method: ``` val clientMock = mock[Client[IO]] val intentDecoder = IntentDecoder.impl(clientMock) val requestBody = ARequest(a = "1234", b = "Hello")...