mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix typo
This commit is contained in:
parent
546ffa9536
commit
2fd6616c64
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue