Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJr committed Jan 14, 2021
1 parent 63ea01c commit 0902fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_timestamp_from_datetime_timezone_unaware(self):
The timestamp should be correctly calculated on a timezone unaware datetime.
"""
unaware_datetime = datetime(2016, 1, 1, 10, 0, 0, 0)
self.assertEqual(timestamp_from_datetime(unaware_datetime), 1451635200)
self.assertEqual(timestamp_from_datetime(unaware_datetime), 1451642400)

def test_timestamp_from_datetime_timezone_aware(self):
"""
Expand Down

0 comments on commit 0902fbd

Please sign in to comment.