Do not send messages in autodelete timer tests

System messages are sent automatically now, so it is not needed.
This commit is contained in:
Alexander Krotov
2020-01-06 08:31:55 +01:00
parent e1773edf7f
commit 010cf7140f

View File

@@ -1481,7 +1481,6 @@ class TestOnlineAccount:
chat2 = self.get_chat(ac2, ac1)
chat1.set_autodelete_timer(60)
chat1.send_text("hello")
assert chat1.get_autodelete_timer() == 60
d = chat1.get_summary()