This commit is contained in:
Oleg Matviichuk 2025-07-30 12:16:47 +02:00
parent 546ffa9536
commit 2fd6616c64

View file

@ -113,7 +113,7 @@ async def memory_storage():
@pytest.fixture()
async def squlite_storage():
async def sqlite_storage():
storage = SqliteStorage.connect("aiogram_fsm_test.sqlite")
try:
yield storage