Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 25, 2023
1 parent fe4f09a commit 273957c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def test_start_plugins():


@pytest.mark.asyncio
async def test_run_bot(caplog):
async def test_run_bot():
start_bot = AsyncMock()
with patch('tt.utils.start_bot', start_bot):
task = asyncio.create_task(run_bot())
Expand Down

0 comments on commit 273957c

Please sign in to comment.