mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Reformat code
This commit is contained in:
parent
06bdae69c2
commit
8d6cc71939
1 changed files with 1 additions and 2 deletions
|
|
@ -1056,8 +1056,7 @@ class TestMessage:
|
|||
|
||||
def test_chat_owner_left_no_successor(self):
|
||||
assert (
|
||||
TEST_MESSAGE_CHAT_OWNER_LEFT_NO_SUCCESSOR.content_type
|
||||
== ContentType.CHAT_OWNER_LEFT
|
||||
TEST_MESSAGE_CHAT_OWNER_LEFT_NO_SUCCESSOR.content_type == ContentType.CHAT_OWNER_LEFT
|
||||
)
|
||||
|
||||
def test_as_reply_parameters(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue