stretchr / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
22.5k stars 1.56k forks source link

Fix time.Time compare #1582

Closed myxo closed 3 months ago

myxo commented 3 months ago

fix #1581

I was eager to use Time.Compare, but it was added only in go 1.20

brackendawson commented 3 months ago

LGTM