From e597aade1051fe22ed7ccbb56e64761820577aad Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 2 Jul 2019 10:05:54 +0200 Subject: [PATCH] fix comment --- 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 50e88c38c..c9249675c 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -218,7 +218,7 @@ class TestOnlineAccount: wait_configuration_progress(ac1, 1000) msg_out = chat.send_text("message2") - # wait for other account to receive + # wait for own account to receive ev = ac1._evlogger.get_matching("DC_EVENT_INCOMING_MSG|DC_EVENT_MSGS_CHANGED") assert ev[1] == msg_out.id