Skip to content

Commit 9142fd5

Browse files
committed
Changed usage of protected properties
1 parent 77a1282 commit 9142fd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from tests.ssl_utils import get_tls_certificates
3131

3232
REDIS_INFO = {}
33-
default_redis_url = "redis://localhost:6379/0"
33+
default_redis_url = "redis://localhost:16379/0"
3434
default_protocol = "2"
3535
default_redismod_url = "redis://localhost:6479"
3636

tests/test_asyncio/test_cluster_transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,4 +394,4 @@ async def test_transaction_discard(self, r):
394394
await pipe.discard()
395395

396396
assert not pipe._execution_strategy._watching
397-
assert not pipe._execution_strategy._command_queue
397+
assert not len(pipe)

0 commit comments

Comments
 (0)