Fixed tests

This commit is contained in:
Alex Root Junior 2022-09-11 23:16:12 +03:00
parent 2aa4a9fe31
commit 2e6eed0949
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
25 changed files with 670 additions and 515 deletions

View file

@ -9,7 +9,7 @@ account to their account on some external service.
You can read detailed description in the source:
https://core.telegram.org/bots#deep-linking
We have add some utils to get deep links more handy.
We have added some utils to get deep links more handy.
Basic link example:

View file

@ -2,5 +2,5 @@ class AiogramWarning(Warning):
pass
class CodeHasNoEffect(AiogramWarning):
class Recommendation(AiogramWarning):
pass