-
-
Notifications
You must be signed in to change notification settings - Fork 699
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
Improve 'Expecting code to raise a throwable' when lambda returns a value #3043
Milestone
Comments
No problem at all, @findepi! Unfortunately, we missed that potential breaking change but now we learned 🙂 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
assertThatThrownBy
throws "Expecting code to raise a throwable" when called code doesn't throw.When test assertion fails, it's tempting to know what did the code do instead.
Enhance "Expecting code to raise a throwable" to mention produced value in case when the lambda is a producer.
The text was updated successfully, but these errors were encountered: