From 6cb75114c1dd0a9a6cfd05183029be91c54fd82b Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Mon, 13 Jul 2020 01:53:28 +0300 Subject: [PATCH] Cleanup test_basic_imap_api() --- python/tests/test_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_account.py b/python/tests/test_account.py index b9febaa5b..51f7a4b3f 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -517,7 +517,7 @@ def test_basic_imap_api(acfactory, tmpdir): imap2 = ac2.direct_imap - ac2.direct_imap.idle_start() + imap2.idle_start() chat12.send_text("hello") ac2._evtracker.wait_next_incoming_message()