This commit is contained in:
sheldygg 2022-10-31 09:23:04 +02:00
parent 987c6d6e48
commit 5833996abd

View file

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