We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8c03e commit bb300e1Copy full SHA for bb300e1
tests/functional/test_all.py
@@ -56,8 +56,6 @@ def test_graph_connection(self):
56
new_graph = Graph('social-new')
57
self.assertTrue(new_graph.redis_con.ping())
58
self.assertTrue(len(self.r.client_list()) == connections + 1)
59
- del new_graph
60
- self.assertTrue(len(self.r.client_list()) == connections)
61
62
def test_array_functions(self):
63
redis_graph = Graph('social', self.r)
0 commit comments