Fix tests for base session with different timezones

This commit is contained in:
Alex Root Junior 2019-11-17 23:47:52 +02:00
parent f166d83392
commit 7d1c4dcca8
2 changed files with 4 additions and 4 deletions

View file

@ -65,6 +65,7 @@ black:
.PHONY: flake8
flake8:
mkdir -p reports/flake8
$(py) flake8 --format=html --htmldir=reports/flake8 aiogram test
.PHONY: mypy