mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 12:07:13 +00:00
Fixed Py3.12 tests
This commit is contained in:
parent
c1bafea3e8
commit
dd1e8085bf
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class TestRedisEventIsolation:
|
||||||
assert isolation.redis is not None
|
assert isolation.redis is not None
|
||||||
assert isolation.key_builder is not None
|
assert isolation.key_builder is not None
|
||||||
|
|
||||||
assert pool.called_once_with("redis://localhost:6379/0")
|
pool.assert_called_once_with("redis://localhost:6379/0")
|
||||||
|
|
||||||
async def test_close(self):
|
async def test_close(self):
|
||||||
isolation = RedisEventIsolation(redis=AsyncMock())
|
isolation = RedisEventIsolation(redis=AsyncMock())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue