summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_arcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py
index 5ea2fe1..b03ac53 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -1340,7 +1340,7 @@ class AsyncTest(CoverageTest):
def __init__(self, obj): # 4
self._it = iter(obj)
- async def __aiter__(self): # 7
+ def __aiter__(self): # 7
return self
async def __anext__(self): # A