Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
abondar committed Jul 18, 2024
1 parent 0c3e3ad commit 0d1bfc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/contrib/test_fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ async def test_await(
modules={"models": ["__main__"]},
use_tz=False,
timezone="UTC",
_create_db=False,
)
await orm.close_orm()
mocked_close.assert_awaited_once()

0 comments on commit 0d1bfc3

Please sign in to comment.