From 010cf7140f6f021ac704b5e3e1f54d8926557955 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Mon, 6 Jan 2020 08:31:55 +0100 Subject: [PATCH] Do not send messages in autodelete timer tests System messages are sent automatically now, so it is not needed. --- python/tests/test_account.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tests/test_account.py b/python/tests/test_account.py index b42c92180..ffcfad840 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -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()