mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Correct test names
This commit is contained in:
parent
b689a084ed
commit
21439b8532
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue