We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error message of a failing Collection.shouldNotBeEmpty reads:
Expected the Iterable to contain no elements
But actually what it should say is: Expected the Iterable to contain elements.
The text was updated successfully, but these errors were encountered:
You're right, I'll revisit them :-)
Sorry, something went wrong.
Fixed with v1.16
MarkusAmshove
No branches or pull requests
The error message of a failing Collection.shouldNotBeEmpty reads:
Expected the Iterable to contain no elements
But actually what it should say is: Expected the Iterable to contain elements.
The text was updated successfully, but these errors were encountered: