Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 25, 2023
1 parent eb48d71 commit d7b506c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ async def callback(event: Event) -> None:
assert events[0].kwargs == {"a": 1, "b": 2}

@pytest.mark.asyncio
async def test_dispatch_event_coroutine_complete(self, source: DummySource, capfd) -> None:
async def test_dispatch_event_coroutine_complete(
self, source: DummySource, capfd
) -> None:
"""Test that a coroutine function listening to an event runs until complete."""

async def callback(event: Event) -> None:
Expand Down

0 comments on commit d7b506c

Please sign in to comment.