Reda Chlieh

Results 4 comments of Reda Chlieh

> > I believe by now `EqualExportedValues` does the trick? https://pkg.go.dev/github.com/stretchr/testify/assert#EqualExportedValues > > Good point. Unfortunately, this doesn't work for pointers. > > Perhaps the feature request now is to...

Sorry just closed the PR. Actually the PR #1517 already allows `EqualExportedValues` to accept pointers, and it was approved 🎉 Let's wait for the PR to be merged

> I've merged that change and you should expect it in testify v1.8.5. Does EqaulExpertedValues fully resolve this Issue or are there some comparisons that protobuf users still can't make?...

That's one way to look at it. But I think it's also a pity that you _have_ to use a slice wrapper when testing a function that returns a slice....