File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -397,8 +397,7 @@ async def subscribe(
397
397
398
398
if result is not None :
399
399
yield result
400
-
401
- if not is_done :
400
+ else :
402
401
await self ._resolve .wait ()
403
402
finally :
404
403
close_async_iterators = []
Original file line number Diff line number Diff line change @@ -782,7 +782,6 @@ async def handles_async_non_nullable_errors_thrown_in_deferred_fragments():
782
782
783
783
@pytest .mark .asyncio ()
784
784
async def returns_payloads_in_correct_order ():
785
- return # TODO: hangs
786
785
document = parse (
787
786
"""
788
787
query HeroNameQuery {
@@ -836,7 +835,6 @@ async def returns_payloads_in_correct_order():
836
835
837
836
@pytest .mark .asyncio ()
838
837
async def returns_payloads_from_synchronous_data_in_correct_order ():
839
- return # TODO: hangs
840
838
document = parse (
841
839
"""
842
840
query HeroNameQuery {
You can’t perform that action at this time.
0 commit comments