summaryrefslogtreecommitdiff
path: root/tests/test_cluster.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cluster.py')
-rw-r--r--tests/test_cluster.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_cluster.py b/tests/test_cluster.py
index 7e64345..de41a10 100644
--- a/tests/test_cluster.py
+++ b/tests/test_cluster.py
@@ -1121,7 +1121,6 @@ class TestClusterRedisCommands:
links_to = sum(x.count("to") for x in res)
links_for = sum(x.count("from") for x in res)
assert links_to == links_for
- print(res)
for i in range(0, len(res) - 1, 2):
assert res[i][3] == res[i + 1][3]