Skip to content

Commit e7bfd09

Browse files
theneelshahNeel Shah
andauthored
Fix expected output in graph query tutorials (#755)
Update expected results for "friends of friends not connected to Dave" exercise in Gremlin and openCypher tutorials to correctly show two results (Denise, Paras) instead of three. Co-authored-by: Neel Shah <[email protected]>
1 parent d711883 commit e7bfd09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/graph_notebook/notebooks/04-Language-Tutorials/01-Gremlin/01-Basic-Read-Queries.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@
10381038
"\n",
10391039
"* Find all the friends of friends that do not have a connection to Dave\n",
10401040
"\n",
1041-
"The correct answer contains three results: \"Hank\", \"Denise\", \"Paras\""
1041+
"The correct answer contains two results: \"Denise\", \"Paras\""
10421042
]
10431043
},
10441044
{

src/graph_notebook/notebooks/04-Language-Tutorials/01-Gremlin/Gremlin-Exercises-Answer-Sheet.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"\n",
129129
"* Find all the friends of friends that do not have a connection to Dave\n",
130130
"\n",
131-
"The correct answer contains three results: \"Hank\", \"Denise\", \"Paras\""
131+
"The correct answer contains two results: \"Denise\", \"Paras\""
132132
]
133133
},
134134
{

src/graph_notebook/notebooks/04-Language-Tutorials/02-openCypher/01-Basic-Read-Queries.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
"\n",
840840
"* Find all the friends of friends that do not have a connection to Dave\n",
841841
"\n",
842-
"The correct answer contains three results: \"Hank\", \"Denise\", \"Paras\""
842+
"The correct answer contains two results: \"Denise\", \"Paras\""
843843
]
844844
},
845845
{

0 commit comments

Comments
 (0)