Skip to content

Commit 6957e55

Browse files
authored
Update test.py
1 parent d5c6708 commit 6957e55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,6 @@ def test_query_timeout(self):
232232

233233
def test_read_only_query(self):
234234
redis_graph = Graph('read_only', self.r)
235-
236-
# Build a sample graph with 10 nodes.
237-
redis_graph.query("UNWIND range(0, 10) as val CREATE ({v: val})")
238235

239236
try:
240237
# Issue a write query, specifying read-only true, this call should fail.

0 commit comments

Comments
 (0)