Skip to content

Commit

Permalink
Handle weird windows clocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Jul 25, 2018
1 parent 5d049b0 commit 3cb174f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def assertRecent(self, timestr):
yesterday, parsed,
'parsed date {} happened over 24h ago'.format(parsed)
)
self.assertGreater(
self.assertGreaterEqual(
now, parsed,
'parsed date {} happened in the future'.format(parsed)
)
Expand Down

0 comments on commit 3cb174f

Please sign in to comment.