Skip to content

Commit

Permalink
Add correct result
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Nov 14, 2024
1 parent f6cab43 commit fafbef9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/sql/path_finding/edgeless_graph.test
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ query IIIII
MATCH p = ANY SHORTEST (n1:N)-[e:E]-> * (n2:N)
COLUMNS (n1.id, n2.id, element_id(p), edges(p) AS path_edges, path_length(p))
);
----
----
1 1 [0] [] 0
2 2 [1] [] 0
3 3 [2] [] 0

0 comments on commit fafbef9

Please sign in to comment.