Correct test names

This commit is contained in:
Oleg Abramov 2018-04-04 16:03:22 +03:00
parent b689a084ed
commit 21439b8532

View file

@ -77,7 +77,7 @@ async def test_forward_message(bot: Bot, event_loop):
@pytest.mark.asyncio
async def test_photo_message(bot: Bot, event_loop):
async def test_send_photo(bot: Bot, event_loop):
""" sendPhoto method test with file_id """
from .types.dataset import MESSAGE_WITH_PHOTO, PHOTO
msg = types.Message(**MESSAGE_WITH_PHOTO)