We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfb796 commit c01b904Copy full SHA for c01b904
tests/test_types.py
@@ -248,7 +248,7 @@ def test_chat_member_updated():
248
assert cm_updated.from_user.id == 133869498
249
assert cm_updated.date == 1624119999
250
assert cm_updated.old_chat_member.status == "member"
251
- assert cm_updated.new_chat_member.status == "administrator"
+ assert cm_updated.new_chat_member.status == "left"
252
253
254
def test_webhook_info():
0 commit comments