mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Updated the TestTextDecoration.test_apply_single_entity
This commit is contained in:
parent
123b5029da
commit
c8dd635d49
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue