Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Apr 29, 2023
1 parent 58f0034 commit 127d865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_files/shortest_path/bfs_sssp.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-NAME SingleSourceAllDestinationsSSP
-QUERY MATCH (a:person)-[r:knows* SHORTEST 1..30]->(b:person) WHERE a.fName = 'Alice' RETURN a.fName, b.fName, r._length
-PARALLELISM 1
---- 7
Alice|Bob|1
Alice|Carol|1
Expand Down

0 comments on commit 127d865

Please sign in to comment.