Skip to content

Commit c2bb580

Browse files
auvipyCopilot
andauthored
Update t/unit/transport/test_rediscluster.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7dcc60a commit c2bb580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/unit/transport/test_rediscluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ class XChannel(Channel):
687687
def __init__(self, *args, **kwargs):
688688
self._pool = pool
689689
# counter to check if the method was called
690-
self.on_disconect_count = 0
690+
self.on_disconnect_count = 0
691691
super().__init__(*args, **kwargs)
692692

693693
def _get_client(self):

0 commit comments

Comments
 (0)