Hi everyone, mockk seems to hang when mocking an i...
# mockk
j
Hi everyone, mockk seems to hang when mocking an interface that has inline properties, even with relaxed = true. I found this issue but it doesn't seem to help? https://github.com/mockk/mockk/issues/152 anything I can do or should I just not mock these (which would be a bummer)?
etag is an inline class, items is a collection of inline classes