mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
parent
4b9149ac8f
commit
2507f128b7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ class TestException:
|
|||
["reason", "DetailedAiogramError('reason')"],
|
||||
],
|
||||
)
|
||||
def test_representation(self, message: str, result: bool):
|
||||
def test_representation(self, message: str, result: str):
|
||||
exc = DetailedAiogramError(message=message)
|
||||
assert repr(exc) == result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue