Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Apr 14, 2024
1 parent e126e11 commit c1b8653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ticking.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_ticking_time():
@utils.cpython_only
def test_ticking_tick():
with freeze_time("Jan 14th, 2012, 23:59:59", tick=True) as ft:
ft.tick(60)
ft.tick(61)
time.sleep(0.001) # Deal with potential clock resolution problems
assert datetime.datetime.now().replace(
second=0, microsecond=0
Expand Down

0 comments on commit c1b8653

Please sign in to comment.