mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-27 08:36:27 +00:00
Fix tests
This commit is contained in:
parent
81baf853b5
commit
212ea57390
@ -18,10 +18,10 @@
|
||||
|
||||
class Client:
|
||||
def __init__(self):
|
||||
self.username = "username"
|
||||
self.me = User("username")
|
||||
|
||||
async def get_me(self):
|
||||
return User(self.username)
|
||||
return self.me
|
||||
|
||||
|
||||
class User:
|
||||
|
Loading…
Reference in New Issue
Block a user