Skip to content
Snippets Groups Projects
Unverified Commit 862cd76f authored by Erik Montnemery's avatar Erik Montnemery Committed by GitHub
Browse files

Add explanatory comment in tests/patch_time.py (#120572)

parent f65d91f6
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,5 @@ dt_util.utcnow = _utcnow # type: ignore[assignment]
event_helper.time_tracker_utcnow = _utcnow # type: ignore[assignment]
util.utcnow = _utcnow # type: ignore[assignment]
# Replace bound methods which are not found by freezegun
runner.monotonic = _monotonic # type: ignore[assignment]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment