We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e126e11 commit c1b8653Copy full SHA for c1b8653
tests/test_ticking.py
@@ -66,7 +66,7 @@ def test_ticking_time():
66
@utils.cpython_only
67
def test_ticking_tick():
68
with freeze_time("Jan 14th, 2012, 23:59:59", tick=True) as ft:
69
- ft.tick(60)
+ ft.tick(61)
70
time.sleep(0.001) # Deal with potential clock resolution problems
71
assert datetime.datetime.now().replace(
72
second=0, microsecond=0
0 commit comments