From 14e0583174fc51376c2a4e18b6aa80c8ac874be0 Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Wed, 16 Jul 2025 10:50:54 -0700 Subject: [PATCH] Fix expected output in graph query tutorials 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. --- .../01-Gremlin/01-Basic-Read-Queries.ipynb | 2 +- .../01-Gremlin/Gremlin-Exercises-Answer-Sheet.ipynb | 2 +- .../02-openCypher/01-Basic-Read-Queries.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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\"" ] }, {