Skip to content

Commit

Permalink
Update test_web_runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jun 19, 2021
1 parent c9f1536 commit cdf1835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_web_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def test_run_after_asyncio_run() -> None:
async def nothing():
pass

def spy(cls):
def spy():
spy.called = True

spy.called = False
Expand Down

0 comments on commit cdf1835

Please sign in to comment.