-
Notifications
You must be signed in to change notification settings - Fork 35
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
ShouldEqual no longer works with functions #53
Comments
Good catch. The spec is pretty clear in stating that:
Furthermore, So, I'm trying to see the utility of supporting equality comparisons with |
Interface implementation testing. We have an interface that has a function, "GetHandler()" that returns the handler that was set on initialization. |
@KevinAnthony - Pull v1.15.1 and see if that does the trick. |
I know this is closed, but I wanted to update it and say it worked for us. |
can you look at this PR in goconvey |
Starting in 1.15.0
ShouldEqual
no longer functions properly.This panics with:
This work in 1.13.1
The text was updated successfully, but these errors were encountered: