Closed SirStoke closed 1 year ago
I see the #render()
method on assertions was rolled back in zio/zio#7713, I'm going to convert this to draft until a new one gets implemented
@SirStoke hello 👋 do you have capacity to rebase your PR? very interested in that lovely fix 😄
Hmm, actually the render
method has been reverted due to some other issues, we need to give it a bit more thought
Any news on when this PR can be updated and merged?
@mikail-khan It's not ideal, but you can extend your spec with MockSpecDefault
to render the mock failures information.
Is this back on the table now with https://github.com/zio/zio/pull/8498?
Is this back on the table now with zio/zio#8498?
Hi! It seems like it would be, but I'm not involved with zio at work anymore, so I don't really have the motivation or time to fix the PR. Sorry about that.
FWIW, unless something major has changed in zio-mock, it should be really easy to port this fix using the new method
Fixes #35 by using the utilities implemented in zio/zio#7641