We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6e9ba commit fa1db32Copy full SHA for fa1db32
benchmark/scripts/test_utils.py
@@ -69,7 +69,7 @@ def __init__(self, responses=None):
69
def expect(self, call_args, response):
70
"""Expect invocation of tested method with given arguments.
71
72
- Stores the canned reponse in the `respond` dictionary.
+ Stores the canned response in the `respond` dictionary.
73
"""
74
call_args = tuple(call_args)
75
self.expected.append(call_args)
0 commit comments