From 1ce1a01d49482aeead88feff9658818e1792ab99 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Thu, 22 Oct 2020 12:29:16 -0400 Subject: [PATCH] improve docstring --- 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 783befa92..910c93256 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -290,7 +290,7 @@ class TestOfflineChat: def test_removing_blocked_user_from_group(self, ac1, lp): """ - Tests that blocked contact is not unblocked if you remove the contact from a group. + Test that blocked contact is not unblocked when removed from a group. See https://github.com/deltachat/deltachat-core-rust/issues/2030 """ lp.sec("Create a group chat with a contact")