after black and isort using

This commit is contained in:
sheldygg 2022-10-31 09:53:24 +03:00
parent 1e92f9ab1c
commit 293186cc08

View file

@ -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()