-
Notifications
You must be signed in to change notification settings - Fork 88
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
all
combined with other asserters has issues
#314
Labels
Comments
evant
added a commit
that referenced
this issue
Aug 23, 2020
In a nested context this was causing failures to be dropped since it was mapping to an empty list. Fixes #314
evant
added a commit
that referenced
this issue
Aug 23, 2020
In a nested context this was causing failures to be dropped since it was mapping to an empty list. Fixes #314
evant
added a commit
that referenced
this issue
Aug 23, 2020
In a nested context this was causing failures to be dropped since it was mapping to an empty list. Fixes #314
evant
added a commit
that referenced
this issue
Aug 24, 2020
In a nested context this was causing failures to be dropped since it was mapping to an empty list. Fixes #314
evant
added a commit
that referenced
this issue
Aug 24, 2020
In a nested context this was causing failures to be dropped since it was mapping to an empty list. Fixes #314
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found an error that is really similar to #253 but seems a little different.
does pass in v22, but you can change the
exactly(2)
toexactly(1)
or evenexactly(3)
, and it still passes.Splitting
hasSize(2)
andexactly(x)
into two assertions fixes the problem. Onlyexactly(2)
passes--1 and 3 fail.The text was updated successfully, but these errors were encountered: