Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfwebb committed Jan 9, 2025
1 parent 24102ca commit f10a964
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ describe("Cypher Auth Roles - deprecated", () => {
WITH connectedNodes, parentNodes
UNWIND parentNodes as this
UNWIND connectedNodes as this_posts0_connect0_node
MERGE (this)-[:HAS_POST]->(this_posts0_connect0_node)
CREATE (this)-[:HAS_POST]->(this_posts0_connect0_node)
}
}
WITH this, this_posts0_connect0_node
Expand Down Expand Up @@ -525,7 +525,7 @@ describe("Cypher Auth Roles - deprecated", () => {
WITH connectedNodes, parentNodes
UNWIND parentNodes as this_post0
UNWIND connectedNodes as this_post0_creator0_connect0_node
MERGE (this_post0)-[:HAS_POST]->(this_post0_creator0_connect0_node)
CREATE (this_post0)-[:HAS_POST]->(this_post0_creator0_connect0_node)
}
}
WITH this, this_post0, this_post0_creator0_connect0_node
Expand Down

0 comments on commit f10a964

Please sign in to comment.