Skip to content

Commit

Permalink
CypherGeoFunctionsTest add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
murermader committed Jan 13, 2025
1 parent c3e85a5 commit b189937
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void createNodeWithPointTest(){
// }
// },
GraphResult res = execute( "MATCH (n) RETURN n;" );
// TODO: Validate object properties as well...
assert res.data.length == 1;
}

Expand Down

0 comments on commit b189937

Please sign in to comment.