Skip to content

Commit

Permalink
this fully fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Mar 19, 2024
1 parent 96e12ea commit 9126199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ async def get_session_override():
async with SessionFactory() as session:
session: AsyncSession
yield session
await engine.dispose()
return


Expand Down

0 comments on commit 9126199

Please sign in to comment.