Skip to content

Commit

Permalink
Remove stupid, obviously flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jun 14, 2020
1 parent 427ae6b commit 43aa16c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
seconds_to_timedelta,
millis_to_timedelta,
timedelta_to_seconds,
now,
)


Expand Down Expand Up @@ -246,7 +245,3 @@ def test_timedelta_to_seconds():
assert timedelta_to_seconds(datetime.timedelta(seconds=1)) == 1
assert timedelta_to_seconds(datetime.timedelta(hours=1)) == 3600
assert timedelta_to_seconds(datetime.timedelta(days=1)) == 86400


def test_now():
assert datetime_to_millis(now()) == datetime_to_millis(datetime.datetime.now())

0 comments on commit 43aa16c

Please sign in to comment.