Skip to content

Commit

Permalink
bfs_sssp test adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdavid committed May 21, 2023
1 parent 4f2f5d5 commit 426f50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_files/shortest_path/bfs_sssp.test
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Elizabeth|Hubert Blaine Wolfeschlegelsteinhausenbergerdorff|[0:4,0:7]

-NAME MultipleSrcMultipleDstQuery
-QUERY MATCH (a:person)-[r:knows* SHORTEST 1..10]->(b:person) WHERE a.isStudent = true AND b.isWorker = true RETURN a.fName, b.fName, length(r)
----- 12
---- 12
Alice|Carol|1
Alice|Dan|1
Alice|Elizabeth|2
Expand Down

0 comments on commit 426f50e

Please sign in to comment.