From cfdc841c7e62aa61e0c2ca0e9b653f4b3d154438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asiel=20D=C3=ADaz=20Ben=C3=ADtez?= Date: Sat, 17 Apr 2021 12:45:50 -0400 Subject: [PATCH] Update python/tests/test_account.py Co-authored-by: Hocuri --- python/tests/test_account.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/tests/test_account.py b/python/tests/test_account.py index aef78b7f9..f19404de3 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -822,9 +822,7 @@ class TestOnlineAccount: html_text = "

hello HTML world

" lp.sec("ac1: prepare and send text message to ac2") - msg1 = Message.new_empty(ac1, "text") - msg1.set_text("message0") - msg1 = chat.send_msg(msg1) + msg1 = chat.send_text("message0") assert not msg1.has_html() assert msg1.html == ""