Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Sep 25, 2023
1 parent ecb994e commit 98ce635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> expected =
Arrays.asList("Record<{vertexLabelName: \"PERSON\", edgeLabelName: \"KNOWS\"}>");
return new QueryContext(query, expected);
Expand Down

0 comments on commit 98ce635

Please sign in to comment.