From 21439b8532a5fcd4132b0a364cacd04527e0ada9 Mon Sep 17 00:00:00 2001 From: Oleg Abramov Date: Wed, 4 Apr 2018 16:03:22 +0300 Subject: [PATCH] Correct test names --- tests/test_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bot.py b/tests/test_bot.py index f219f5b2..11a638a9 100644 --- a/tests/test_bot.py +++ b/tests/test_bot.py @@ -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)