mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
actually enable online account caching. previously it was creating (>100) online test accounts
This commit is contained in:
@@ -419,8 +419,8 @@ def test_send_and_receive_message_markseen(acfactory, lp):
|
||||
assert msg2.chat.id == msg4.chat.id
|
||||
assert ev.data1 == msg2.chat.id
|
||||
assert ev.data2 == 0
|
||||
idle2.wait_for_seen()
|
||||
|
||||
idle2.wait_for_new_message()
|
||||
lp.step("1")
|
||||
for i in range(2):
|
||||
ev = ac1._evtracker.get_matching("DC_EVENT_MSG_READ")
|
||||
|
||||
Reference in New Issue
Block a user