mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: tests remove redundant s.redis call
This commit is contained in:
parent
b4acce2376
commit
079efe905a
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ async def redis_store(redis_options):
|
|||
@pytest.mark.redis
|
||||
async def redis_store2(redis_options):
|
||||
s = RedisStorage2(**redis_options)
|
||||
s.redis
|
||||
try:
|
||||
yield s
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue