Skip to content

Commit

Permalink
Update test_redis_storage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Nov 18, 2023
1 parent 2dc830d commit 7eeaad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_redis_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ async def handler(request: web.Request) -> web.Response: # type: ignore[empty-b

redis = aioredis.from_url(redis_url)
create_app(handler=handler, redis=redis)
await redis.close()
await redis.aclose()


async def test_not_redis_provided_to_storage() -> None:
Expand Down

0 comments on commit 7eeaad4

Please sign in to comment.