-
Notifications
You must be signed in to change notification settings - Fork 45
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
Verification of Enum fails #59
Comments
Strangely enough, when you inline the call, the test passes:
So not sure what is going on in here, but looks like a bug comparing the |
It seems there is a typo in your tests. Instead of
I guess you wanted to write
|
Oh boy! stoopid me. Thanks for pointing that typo out. I guess this isn't a good repro test of what I am seeing. I'm pulling my hair out. |
Consider this arrangement:
Now we write two tests:
The later test fails. The only difference is the verification of the call that includes an
enum
value.Any workaround?
The text was updated successfully, but these errors were encountered: