mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
after black and isort using
This commit is contained in:
parent
1e92f9ab1c
commit
293186cc08
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ class TestUser:
|
|||
["User", " ", "User "],
|
||||
[" ", " ", " "],
|
||||
],
|
||||
)
|
||||
)
|
||||
def test_get_mention_html(self, first: str, last: str, result: bool):
|
||||
user = User(id=42, is_bot=False, first_name=first, last_name=last)
|
||||
assert user.mention_html()
|
||||
assert user.mention_html()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue