mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
move large inlined AccountMaker (renamed to ACFactory) to proper class instead of being defined in closure
This commit is contained in:
@@ -1724,7 +1724,7 @@ class TestOnlineAccount:
|
||||
assert mime.get_all("From")
|
||||
assert mime.get_all("Received")
|
||||
|
||||
def test_send_mark_seen_clean_incoming_events(self, acfactory, lp, data):
|
||||
def test_send_mark_seen_clean_incoming_events(self, acfactory, lp):
|
||||
ac1, ac2 = acfactory.get_two_online_accounts()
|
||||
chat = acfactory.get_accepted_chat(ac1, ac2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user