-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type mismatch trying to mock Future #296
Comments
I get a little bit further if instead of
Which fails with:
|
Hi @steinybot , this looks pretty much the same to me as #170 (you worked around it), and second #209 . Unfortunately both of these are still pending a solution at the moment and have been open for a while. |
closing as duplicate |
ScalaMock Version (e.g. 3.5.0)
4.4.0
Scala Version (e.g. 2.12)
2.13
Runtime (JVM or JS)
JVM
Please describe the expected behavior of the issue
This should compile:
Please provide a description of what actually happens
It fails with:
I'm guessing maybe there is something in the macro causing it not to like this method:
Reproducible Test Case
See above. Let me know if you need more details.
The text was updated successfully, but these errors were encountered: