mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix markdown test apply single entity
This commit is contained in:
parent
1f997efc62
commit
b7c1bfe81f
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class TestTextDecoration:
|
|||
[
|
||||
markdown_decoration,
|
||||
MessageEntity(type="blockquote", offset=0, length=5),
|
||||
"> test",
|
||||
">test",
|
||||
],
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue