Skip to content

Commit

Permalink
Correct argument error
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Dec 22, 2023
1 parent 764cfa2 commit 10b79c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ def doctest_stuff(request, new_loop, doctest_namespace):
loop = asyncio.get_event_loop()
assert loop is new_loop
if node_name == 'receiver.rst':
yield from receiver_setup(request, doctest_namespace)
yield from receiver_setup(request, new_loop)
else:
yield

0 comments on commit 10b79c8

Please sign in to comment.