Skip to content

Commit

Permalink
fix error in migrations test
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinkov Denis authored and denieryd committed Aug 9, 2021
1 parent 9e35fa3 commit 4859b64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.15.8 (Aug 09, 2021)

### Fixed

* Fix an error in a migration test.

### Changed

* Replace variable `bot_name` with `bot_project_name`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ def test_migrations(settings: TestAppSettings):
Base.metadata.drop_all(engine)
alembic.config.main(argv=["upgrade", "head"])
alembic.config.main(argv=["downgrade", "base"])
Base.metadata.create_all(engine)

0 comments on commit 4859b64

Please sign in to comment.