mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix Sqlite tests
This commit is contained in:
parent
12e04cd2cf
commit
886ec0f133
2 changed files with 4 additions and 4 deletions
|
|
@ -114,7 +114,7 @@ async def memory_storage():
|
|||
|
||||
@pytest.fixture()
|
||||
async def squlite_storage():
|
||||
storage = SqliteStorage()
|
||||
storage = SqliteStorage.connect("aiogram_fsm_test.sqlite")
|
||||
try:
|
||||
yield storage
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue