Skip to content

Commit

Permalink
update comments to accurately reflect slowdown function
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Feb 10, 2025
1 parent 216a414 commit f2117e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def slowdown():
"""Limit test execution rate
Any test using this fixture will have a
Any test calling this function will have a
random delay inserted before the test runs.
It can be used as a crude rate limiter for
tests which call external APIs
Expand Down

0 comments on commit f2117e4

Please sign in to comment.