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 83bd449 commit 820da2cCopy full SHA for 820da2c
test/test_bulk_loader.py
@@ -684,7 +684,7 @@ def test17_ensure_index_is_created(self):
684
685
r = redis.Redis(host='localhost', port=6379, decode_responses=True)
686
res = r.execute_command("GRAPH.EXPLAIN", graphname, 'MATCH (p:Person) WHERE p.age > 16 RETURN p')
687
- self.assertIn(' Index Scan | (p:Person)', res)
+ self.assertIn(' Node By Index Scan | (p:Person)', res)
688
689
def test18_ensure_full_text_index_is_created(self):
690
graphname = "index_full_text_test"
0 commit comments