Skip to content

Commit

Permalink
updated some tck cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtcyclist committed Nov 10, 2022
1 parent 78b933d commit 97c245b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tck/features/expression/Attribute.feature
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Feature: Attribute
RETURN {k1 : 1, k2: true}.K1 AS k
"""
Then the result should be, in any order:
| k |
| NULL |
| k |
| UNKNOWN_PROP |
When executing query:
"""
MATCH (v) WHERE id(v) == 'Tim Duncan' RETURN v.player.name
Expand Down Expand Up @@ -101,7 +101,7 @@ Feature: Attribute
"""
Then the result should be, in any order:
| not_exists_attr |
| NULL |
| UNKNOWN_PROP |
When executing query:
"""
RETURN time("02:59:40").not_exists_attr AS not_exists_attr
Expand Down

0 comments on commit 97c245b

Please sign in to comment.