Skip to content

Commit 70823da

Browse files
authored
Merge pull request #8064 from symonk/fix-typo-in-mock-timing
fix mock_timing fixture name (typo) in timing.py
2 parents d278062 + b310872 commit 70823da

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)