Interesting behavior comparing structs in testify
When comparing structs in Go tests, testify offers ObjectsAreEqual and ObjectsAreEqualValues. Figuring out which one you need isn't obvious, and both have surprising quirks.
Read more →When comparing structs in Go tests, testify offers ObjectsAreEqual and ObjectsAreEqualValues. Figuring out which one you need isn't obvious, and both have surprising quirks.
Read more →