stretchr / testify

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

Fix time.Time compare #1582

Closed myxo closed 7 months ago

myxo commented 8 months ago

fix #1581

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

brackendawson commented 7 months ago

LGTM