Skip to content
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

actual and expected prams is equal, but goconvey print nor Equal? #630

Open
cjphaha opened this issue Jul 31, 2021 · 1 comment
Open

actual and expected prams is equal, but goconvey print nor Equal? #630

cjphaha opened this issue Jul 31, 2021 · 1 comment

Comments

@cjphaha
Copy link

cjphaha commented Jul 31, 2021

hi, guys,i have a problem when i use goconvey to test my function
the actual and expected is equal, i use the reflect method to check it, i found it is equal,this is why ?
image

@unkeep
Copy link

unkeep commented Dec 12, 2021

seems you should use ShouldResemble matcher (DeepEqual under the hood), instead of ShouldEqual (equality check)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants