mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
Do not send messages in autodelete timer tests
System messages are sent automatically now, so it is not needed.
This commit is contained in:
@@ -1481,7 +1481,6 @@ class TestOnlineAccount:
|
|||||||
chat2 = self.get_chat(ac2, ac1)
|
chat2 = self.get_chat(ac2, ac1)
|
||||||
|
|
||||||
chat1.set_autodelete_timer(60)
|
chat1.set_autodelete_timer(60)
|
||||||
chat1.send_text("hello")
|
|
||||||
|
|
||||||
assert chat1.get_autodelete_timer() == 60
|
assert chat1.get_autodelete_timer() == 60
|
||||||
d = chat1.get_summary()
|
d = chat1.get_summary()
|
||||||
|
|||||||
Reference in New Issue
Block a user