Closed brackendawson closed 4 weeks ago
This is a simple bug, the signature of samePointers
needs to be changed to:
func samePointers(first, second interface{}) (same bool, ok bool)
I'd love to take this up. Could you assign this to me?
I'd love to take this up. Could you assign this to me?
Thank you. Im looking into the issue.
Hi @brackendawson , I've raised a PR #1664 , do let me know if any changes need to be made.
Discussed in https://github.com/stretchr/testify/discussions/1660