mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Rename test suite
This commit is contained in:
parent
4a2d0685ff
commit
c9be23304a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import pytest
|
|||
from aiogram.utils import markdown
|
||||
|
||||
|
||||
class Test_escape:
|
||||
class TestMarkdownEscape:
|
||||
def test_equality_sign_is_escaped(self):
|
||||
assert markdown.escape_md(r"e = mc2") == r"e \= mc2"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue