Skip to content

Commit b310872

Browse files
authored
fix mock_timing fixture name (typo) in timing.py
1 parent d59a499 commit b310872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/timing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We intentionally grab some "time" functions internally to avoid tests mocking "time" to affect
44
pytest runtime information (issue #185).
55
6-
Fixture "mock_timinig" also interacts with this module for pytest's own tests.
6+
Fixture "mock_timing" also interacts with this module for pytest's own tests.
77
"""
88
from time import perf_counter
99
from time import sleep

0 commit comments

Comments
 (0)