fix markdown test apply single entity

This commit is contained in:
Suren Khorenyan 2023-12-30 23:10:39 +03:00
parent 1f997efc62
commit b7c1bfe81f

View file

@ -114,7 +114,7 @@ class TestTextDecoration:
[
markdown_decoration,
MessageEntity(type="blockquote", offset=0, length=5),
"> test",
">test",
],
],
)