Cover chat action sender

This commit is contained in:
Alex Root Junior 2022-02-16 19:38:46 +02:00
parent 1c9425bcf7
commit b511044650
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
3 changed files with 152 additions and 11 deletions

View file

@ -59,7 +59,7 @@ clean:
rm -rf `find . -name .pytest_cache`
rm -rf *.egg-info
rm -f report.html
rm -f .coverage*
rm -f .coverage
rm -rf {build,dist,site,.cache,.mypy_cache,reports}
# =================================================================================================