mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
Fix warning about asyncio marker (#1078)
This commit is contained in:
parent
491c2ca677
commit
64eb41db96
11 changed files with 1 additions and 24 deletions
|
|
@ -3,8 +3,6 @@ import pytest
|
|||
from aiogram import Bot, types
|
||||
from . import BOT_ID, FakeTelegram
|
||||
|
||||
pytestmark = pytest.mark.asyncio
|
||||
|
||||
|
||||
async def test_get_me(bot: Bot):
|
||||
""" getMe method test """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue