Skip to content

Commit

Permalink
fix tck test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwener committed Feb 14, 2022
1 parent 88af6e1 commit 6c064da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/tck/features/match/ZeroStep2.feature
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ Feature: test zero steps pattern
"""
Then the result should be, in any order, with relax comparison:
| v |
When executing query:
"""
MATCH (v:player{name: "abc"}) -[:serve*1..]-> ()
RETURN *
"""
Then a SemanticError should be raised at runtime: Cannot set maximum hop for variable length relationships

Scenario Outline: Single edge with properties in both directions
When executing query:
Expand Down

0 comments on commit 6c064da

Please sign in to comment.