Skip to content

Commit

Permalink
Fixed typo (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Jan 30, 2024
1 parent 1e60219 commit 8b8806c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_taskgroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ async def test_fail_after_cancelled_before_deadline() -> None:
reason="There is currently no way to tell if cancellation happened due to timeout "
"explicitly if the deadline has been exceeded"
)
async def test_fail_after_scope_camcelled_before_timeout() -> None:
async def test_fail_after_scope_cancelled_before_timeout() -> None:
with fail_after(0.1) as scope:
scope.cancel()
time.sleep(0.11)
Expand Down

0 comments on commit 8b8806c

Please sign in to comment.