Skip to content

Commit c1b8653

Browse files
committed
Fix test
1 parent e126e11 commit c1b8653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ticking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_ticking_time():
6666
@utils.cpython_only
6767
def test_ticking_tick():
6868
with freeze_time("Jan 14th, 2012, 23:59:59", tick=True) as ft:
69-
ft.tick(60)
69+
ft.tick(61)
7070
time.sleep(0.001) # Deal with potential clock resolution problems
7171
assert datetime.datetime.now().replace(
7272
second=0, microsecond=0

0 commit comments

Comments
 (0)