I was trying to make mocked object throw on first ...
# mockk
d
I was trying to make mocked object throw on first invocation and then return a value this way:
coEvery { authorisationClient.authorize() } throws Exception() andThen OauthTokenData()