From c8dd635d49f87536706d5fe6fe0138897e042e6e Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 12 May 2023 01:19:07 +0300 Subject: [PATCH] Updated the TestTextDecoration.test_apply_single_entity --- tests/test_utils/test_text_decorations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils/test_text_decorations.py b/tests/test_utils/test_text_decorations.py index 01fbabb6..056bd1cb 100644 --- a/tests/test_utils/test_text_decorations.py +++ b/tests/test_utils/test_text_decorations.py @@ -90,7 +90,7 @@ class TestTextDecoration: [markdown_decoration, MessageEntity(type="bot_command", offset=0, length=5), "test"], [markdown_decoration, MessageEntity(type="email", offset=0, length=5), "test"], [markdown_decoration, MessageEntity(type="phone_number", offset=0, length=5), "test"], - [markdown_decoration, MessageEntity(type="spoiler", offset=0, length=5), "|test|"], + [markdown_decoration, MessageEntity(type="spoiler", offset=0, length=5), "||test||"], [ markdown_decoration, MessageEntity(type="custom_emoji", offset=0, length=5, custom_emoji_id="42"),