Fix not passing linter checks

This commit is contained in:
antos07 2025-03-23 19:38:15 +01:00
parent 51701adb55
commit e89313fa9d

View file

@ -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>!"