Try to fix test_delete_multiple_messages(), remove some commented-out code, add some comments

This commit is contained in:
Hocuri
2026-05-06 15:16:31 +02:00
parent ab04e6f3f3
commit 359c5ce7c7
5 changed files with 13 additions and 67 deletions

View File

@@ -1073,6 +1073,8 @@ def test_send_receive_locations(acfactory, lp):
def test_delete_multiple_messages(acfactory, lp):
ac1, ac2 = acfactory.get_online_accounts(2)
# Make sure that messages are not immediately auto-deleted:
ac2.set_config("bcc_self", "1")
chat12 = acfactory.get_accepted_chat(ac1, ac2)
lp.sec("ac1: sending seven messages")