Skip to content

Commit

Permalink
correct formats.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtcyclist committed Jul 15, 2022
1 parent cc188ba commit bae8120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tck/features/match/SingleShorestPath.feature
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Feature: single shortestPath
| ("Bucks" :team{name: "Bucks"}) | 3 |
| ("Jazz" :team{name: "Jazz"}) | 3 |
| ("Magic" :team{name: "Magic"}) | 3 |
When executing query:
When executing query:
"""
MATCH (b:team), (a:player{age:30})
MATCH p = shortestPath( (a)-[e*..5]->(b) )
Expand Down

0 comments on commit bae8120

Please sign in to comment.