Skip to content

Commit 0707064

Browse files
alexpantyukhinasvetlov
authored andcommitted
fix tests type (#283)
1 parent a70b87e commit 0707064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_memcached_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ async def handler(request):
181181
assert resp.status == 200
182182

183183

184-
async def test_create_storate_with_custom_key_factory(aiohttp_client,
184+
async def test_create_storage_with_custom_key_factory(aiohttp_client,
185185
memcached):
186186

187187
async def handler(request):

tests/test_redis_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ async def handler(request):
223223
assert resp.status == 200
224224

225225

226-
async def test_create_storate_with_custom_key_factory(aiohttp_client, redis):
226+
async def test_create_storage_with_custom_key_factory(aiohttp_client, redis):
227227

228228
async def handler(request):
229229
session = await get_session(request)

0 commit comments

Comments
 (0)