Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Feb 13, 2024
1 parent 64ac62d commit 08c42a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ async def test_connector_setup_call_start_twice(connector_factory):
ro_ri = await connector_factory.setup_ro("ri")
await ro_ri.conn.start_consuming()


@pytest.mark.worker_class.with_args(SlowSetupWorker)
async def test_connector_setup_call_start_after_closing(connector_factory):
"""
Expand Down

0 comments on commit 08c42a6

Please sign in to comment.