Strange failure message (extra params) when verifying with spyk and coVerify

前端 未结 0 783
旧巷少年郎
旧巷少年郎 2020-12-29 19:41

I have an integration test where I am passing a spied Retrofit to my repository:

val apiSpy = spyk(PvApiService.getInstance())
val expectedTokenLength = 1290          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题