You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you can do it by using the .Do() method and passing it a lambda that uses co_return (if it's possible). But a proper support of coroutines in fakeit should be investigated.
Hello, I want to co_return something from a mocked function. Something like:
But the CoReturn method does not exist. How can something like this be achieved?
The text was updated successfully, but these errors were encountered: