From b189937bcf322ddaa1f53d5b8a2adb9fa529103f Mon Sep 17 00:00:00 2001 From: Rafael Biehler Date: Mon, 13 Jan 2025 19:05:29 +0100 Subject: [PATCH] CypherGeoFunctionsTest add comment --- .../java/org/polypheny/db/cypher/CypherGeoFunctionsTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/dbms/src/test/java/org/polypheny/db/cypher/CypherGeoFunctionsTest.java b/dbms/src/test/java/org/polypheny/db/cypher/CypherGeoFunctionsTest.java index 546cbaf3de..24a5bb47fc 100644 --- a/dbms/src/test/java/org/polypheny/db/cypher/CypherGeoFunctionsTest.java +++ b/dbms/src/test/java/org/polypheny/db/cypher/CypherGeoFunctionsTest.java @@ -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; }