remove unused dc_chat_get_subtitle() api

This commit is contained in:
B. Petersen
2020-04-16 22:06:47 +02:00
parent cc6ce72f6e
commit 0b6b8ced92
10 changed files with 13 additions and 95 deletions

View File

@@ -221,7 +221,6 @@ class TestOfflineChat:
# assert d["param"] == chat.param
assert d["color"] == chat.get_color()
assert d["profile_image"] == "" if chat.get_profile_image() is None else chat.get_profile_image()
assert d["subtitle"] == chat.get_subtitle()
assert d["draft"] == "" if chat.get_draft() is None else chat.get_draft()
def test_group_chat_creation_with_translation(self, ac1):