move large inlined AccountMaker (renamed to ACFactory) to proper class instead of being defined in closure

This commit is contained in:
holger krekel
2022-04-30 11:03:58 +02:00
parent fd5b224ba0
commit c7c1a04c6a
2 changed files with 240 additions and 234 deletions

View File

@@ -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)