Skip to content

Commit

Permalink
fix tck
Browse files Browse the repository at this point in the history
  • Loading branch information
codesigner committed Dec 7, 2022
1 parent 5285587 commit 4d1353b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tck/features/bugfix/AliasTypeDeduce.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Feature: Test extract filter
"""
Then the result should be, in any order:
| count(c) |
| 2250 |
| 3225 |
When executing query:
"""
match p=(a:player)-[e:like*1..3]->(b) where b.player.age>42 with relationships(p)[1..2][0] AS e1 match (b)-[:serve]->(c) where c.team.name>"S" and (b)-[e1]->() return count(c)
"""
Then the result should be, in any order:
| count(c) |
| 2250 |
| 3225 |

0 comments on commit 4d1353b

Please sign in to comment.