diff --git a/src/graph_notebook/notebooks/04-Language-Tutorials/01-Gremlin/01-Basic-Read-Queries.ipynb b/src/graph_notebook/notebooks/04-Language-Tutorials/01-Gremlin/01-Basic-Read-Queries.ipynb index 9d789c85..0f14eb49 100644 --- a/src/graph_notebook/notebooks/04-Language-Tutorials/01-Gremlin/01-Basic-Read-Queries.ipynb +++ b/src/graph_notebook/notebooks/04-Language-Tutorials/01-Gremlin/01-Basic-Read-Queries.ipynb @@ -1038,7 +1038,7 @@ "\n", "* Find all the friends of friends that do not have a connection to Dave\n", "\n", - "The correct answer contains three results: \"Hank\", \"Denise\", \"Paras\"" + "The correct answer contains two results: \"Denise\", \"Paras\"" ] }, { diff --git a/src/graph_notebook/notebooks/04-Language-Tutorials/01-Gremlin/Gremlin-Exercises-Answer-Sheet.ipynb b/src/graph_notebook/notebooks/04-Language-Tutorials/01-Gremlin/Gremlin-Exercises-Answer-Sheet.ipynb index 0d0cd9cd..66458baf 100644 --- a/src/graph_notebook/notebooks/04-Language-Tutorials/01-Gremlin/Gremlin-Exercises-Answer-Sheet.ipynb +++ b/src/graph_notebook/notebooks/04-Language-Tutorials/01-Gremlin/Gremlin-Exercises-Answer-Sheet.ipynb @@ -128,7 +128,7 @@ "\n", "* Find all the friends of friends that do not have a connection to Dave\n", "\n", - "The correct answer contains three results: \"Hank\", \"Denise\", \"Paras\"" + "The correct answer contains two results: \"Denise\", \"Paras\"" ] }, { diff --git a/src/graph_notebook/notebooks/04-Language-Tutorials/02-openCypher/01-Basic-Read-Queries.ipynb b/src/graph_notebook/notebooks/04-Language-Tutorials/02-openCypher/01-Basic-Read-Queries.ipynb index 6a7021c0..f567fb41 100644 --- a/src/graph_notebook/notebooks/04-Language-Tutorials/02-openCypher/01-Basic-Read-Queries.ipynb +++ b/src/graph_notebook/notebooks/04-Language-Tutorials/02-openCypher/01-Basic-Read-Queries.ipynb @@ -839,7 +839,7 @@ "\n", "* Find all the friends of friends that do not have a connection to Dave\n", "\n", - "The correct answer contains three results: \"Hank\", \"Denise\", \"Paras\"" + "The correct answer contains two results: \"Denise\", \"Paras\"" ] }, {