Skip to content

Commit 06824b9

Browse files
1 parent 4f09f29 commit 06824b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎tests/asyncio/test_retry_async.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,10 @@ async def __anext__(self):
696696
return CustomIterable()
697697

698698
if awaitale_wrapped:
699+
699700
async def wrapper():
700701
return iterable_fn()
702+
701703
decorated = retry_(wrapper)
702704
else:
703705
decorated = retry_(iterable_fn)
@@ -733,6 +735,7 @@ async def __anext__(self):
733735
return CustomIterable()
734736

735737
if awaitale_wrapped:
738+
736739
async def wrapper():
737740
return iterable_fn()
738741

0 commit comments

Comments
 (0)