diff --git a/interactive_engine/compiler/src/main/java/com/alibaba/graphscope/cypher/integration/suite/simple/SimpleMatchQueries.java b/interactive_engine/compiler/src/main/java/com/alibaba/graphscope/cypher/integration/suite/simple/SimpleMatchQueries.java index 9360aa79d365..6470b3813ff1 100644 --- a/interactive_engine/compiler/src/main/java/com/alibaba/graphscope/cypher/integration/suite/simple/SimpleMatchQueries.java +++ b/interactive_engine/compiler/src/main/java/com/alibaba/graphscope/cypher/integration/suite/simple/SimpleMatchQueries.java @@ -134,7 +134,7 @@ public static QueryContext get_simple_match_query_9_test() { public static QueryContext get_simple_match_query_10_test() { String query = "MATCH( a {id:933})-[b]-(c {id: 2199023256077}) return labels(a) AS" - + " vertexLabelName, type(b) AS edgeLabelName;"; + + " vertexLabelName, type(b) AS edgeLabelName;"; List expected = Arrays.asList("Record<{vertexLabelName: \"PERSON\", edgeLabelName: \"KNOWS\"}>"); return new QueryContext(query, expected);