Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 16, 2024
1 parent c895dfe commit b6ecc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def coro() -> None:

scheduler = Scheduler()

def spawn() -> Job:
async def spawn() -> Job:
job = await scheduler.spawn(coro())
assert not job.closed

Expand Down

0 comments on commit b6ecc88

Please sign in to comment.