-
-
Notifications
You must be signed in 8000 to change notification settings - Fork 367
MockK 1.13.16 wraps Results
objects twice
#1333
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
Comments
We encountered the same issue. |
Same issue here migrating from .12 to .16 broke many of our tests |
After upgrading from MockK 1.13.14 to 1.13.16 our test with the following statement started to fail with ClassCastException |
Same issue here after updating from .14 to .16 |
…13.16 wraps Results objects twice
Fix(Issue #1333): Bug fix for the issue with MockK 1.13.16 Wraps Results Objects Twice
We no longer have the issues after version 1.13.17 was released! |
After upgrading from MockK 1.13.14 to 1.13.16, one of our tests starts to fail with
The code for the test (using Kotest) looks like this:
So it's Kotest's
shouldBeSuccess
assertion that fails now.Can this "double wrapping" in a
Result
type be a negative side-effect of #1332, @kpadhiamex?The text was updated successfully, but these errors were encountered: