mirror of
https://github.com/stretchr/testify.git
synced 2025-05-01 21:19:59 +00:00
If the two values being tested are of compatible types, convert one value to the other's type before comparing them. This allows `assert.Equal(int64(123), uint64(123))` to pass.