We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a88b1 commit 4a691dfCopy full SHA for 4a691df
1 file changed
effect/testing.py
@@ -190,6 +190,6 @@ def __init__(self, mapping):
190
self.mapping = mapping
191
192
def __call__(self, intent):
193
- for k, v in self.mapping.iteritems():
+ for k, v in self.mapping.items():
194
if k == intent:
195
return sync_performer(lambda d, i: v)
0 commit comments