Skip to content

Commit

Permalink
fix:test
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jan 1, 2024
1 parent eef607a commit 3e5838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_redis_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def test_failed_script_error7(self, req_aioredis2):


@fake_only
@testtools.run_test_if_redispy_ver('lt', '5.1')
@testtools.run_test_if_redispy_ver('lt', '5.1.0b1')
async def test_repr_redis_until_51(req_aioredis2: redis.asyncio.Redis):
assert re.fullmatch(
r'ConnectionPool<FakeConnection<server=<fakeredis._server.FakeServer object at .*>,db=0>>',
Expand Down

0 comments on commit 3e5838c

Please sign in to comment.