mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix not passing linter checks
This commit is contained in:
parent
51701adb55
commit
e89313fa9d
1 changed files with 0 additions and 1 deletions
|
|
@ -200,7 +200,6 @@ class TestNode:
|
|||
assert "text_entities" in result
|
||||
assert "text_parse_mode" in result
|
||||
|
||||
|
||||
def test_as_html(self):
|
||||
node = Text("Hello, ", Bold("World"), "!")
|
||||
assert node.as_html() == "Hello, <b>World</b>!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue