<@UCR5J8MC6> so finally if you unwind all the inli...
# mockk
o
@Dias so finally if you unwind all the inline functions you will end up with following code :
Copy code
coVerify(atLeast = 3) {
            authorizationClientSpy.execute(any())
        }
❤️ 1