Skip to content

Commit

Permalink
one more test update...
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Smith committed May 16, 2013
1 parent af89e5f commit 65081f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/arrow_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import arrow

def assertDtEqual(dt1, dt2, within=10):
assertEqual(dt1.tzinfo, dt2.tzinfo)
assertTrue(abs((dt1 - dt2).total_seconds()) < within)


Expand Down

0 comments on commit 65081f2

Please sign in to comment.