From e6d2b1052c9f4a47133ea25704800436c586496c Mon Sep 17 00:00:00 2001 From: adbenitez Date: Tue, 13 Apr 2021 04:23:36 -0400 Subject: [PATCH] fix typo --- 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 41f16bd8c..aef78b7f9 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -856,7 +856,7 @@ class TestOnlineAccount: lp.sec("wait for ac2 to receive message") msg2 = ac2._evtracker.wait_next_incoming_message() assert "

" not in msg2.text - assert "Hello HTML world" in msg2.text + assert "hello HTML world" in msg2.text assert msg2.has_html() assert html_text in msg2.html