Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
critical27 committed Oct 14, 2022
1 parent 0e1e25f commit fd47cbd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/tck/features/ttl/TTL.feature
Original file line number Diff line number Diff line change
Expand Up @@ -394,21 +394,18 @@ Feature: TTLTest
"""
Then the result should be, in any order, with relax comparison:
| node |
| ("1") |
When executing query:
"""
FETCH PROP ON person "1" YIELD person.id as id
"""
Then the result should be, in any order:
| id |
| EMPTY |
When executing query:
"""
FETCH PROP ON * "1" YIELD person.id, career.id
"""
Then the result should be, in any order:
| person.id | career.id |
| EMPTY | EMPTY |
When executing query:
"""
FETCH PROP ON person "2" YIELD person.id
Expand Down Expand Up @@ -492,5 +489,4 @@ Feature: TTLTest
"""
Then the result should be, in any order:
| age |
| EMPTY |
And drop the used space

0 comments on commit fd47cbd

Please sign in to comment.