mirror of
https://github.com/stretchr/testify.git
synced 2025-04-29 07:14:39 +00:00
This reverts commit 34763e0df3d560ca247996a0e9291fa919a3abc6. time.Time.Equal only tests that the two instances refer to the same instant, but time.Time also carries zone information, so this caused two non-equal instances to be considered equal.