Skip to content

Commit

Permalink
Fix indirect coverage loss
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Mar 17, 2024
1 parent 4c3e8b2 commit ab0ca1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/core_tests/test_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ async def test_migrate_db(
)

table.create(old_db.engine)
other_table.create(old_db.engine)
mock_bot = mock_bot_factory(
loop=event_loop,
db=mock_db,
Expand Down

0 comments on commit ab0ca1e

Please sign in to comment.