Fix Sqlite tests

This commit is contained in:
Oleg Matviichuk 2025-07-29 23:05:12 +02:00
parent 12e04cd2cf
commit 886ec0f133
2 changed files with 4 additions and 4 deletions

View file

@ -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: