I get an error because the implementation expects ...
# mockk
i
I get an error because the implementation expects that the data class is parcelable, and I cannot mock the @Parcelize
g
Why do you mock data class? Looks incorrect
And it's indeed will cause problems if you try to write such mocked object to bundle
But anyway, just create a real instance of this data class
i
thank you @gildor just read sorry for the delay