mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix test
This commit is contained in:
parent
987c6d6e48
commit
5833996abd
1 changed files with 1 additions and 1 deletions
|
|
@ -17,4 +17,4 @@ class TestUser:
|
|||
)
|
||||
def test_full_name(self, first: str, last: str, result: bool):
|
||||
user = User(id=42, is_bot=False, first_name=first, last_name=last)
|
||||
assert user.full_name == result
|
||||
assert user.full_name == result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue