Skip to content

Commit

Permalink
docs: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfwebb committed Jan 14, 2025
1 parent 1eaabbe commit 0fc0ab3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe("Interface: Multiple relationships results difference between Connectio
`;
await testHelper.initNeo4jGraphQL({ typeDefs });

// Create duplicate relationships
// Create duplicate relationships
await testHelper.executeCypher(`
CREATE (m:${Movie} {title: "Movie One"})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe("Union: Multiple relationships results difference between Connection AP
`;
await testHelper.initNeo4jGraphQL({ typeDefs });

// Deliberately create duplicate relationships
// Create duplicate relationships
await testHelper.executeCypher(`
CREATE (m:${Movie} {title: "Movie One"})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("Multiple relationships results difference between Connection API and S
`;
await testHelper.initNeo4jGraphQL({ typeDefs });

// Deliberately create duplicate relationships
// Create duplicate relationships
await testHelper.executeCypher(`
CREATE (m:${Movie} {title: "Movie One"})
CREATE (a:${Actor} {name: "Actor One"})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("Update: Multiple relationships results difference between Connection A
`;
await testHelper.initNeo4jGraphQL({ typeDefs });

// Deliberately create duplicate relationships
// Create duplicate relationships
await testHelper.executeCypher(`
CREATE (m:${Movie} {title: "Movie One"})
CREATE (a:${Actor} {name: "Actor One"})
Expand Down

0 comments on commit 0fc0ab3

Please sign in to comment.