Skip to content

Commit

Permalink
update tck.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtcyclist committed Dec 26, 2022
1 parent ac29dd2 commit 2a50f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tck/features/match/Base.feature
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ Feature: Basic match
"""
MATCH (v:player) where v.player.name return v
"""
Then a ExecutionError should be raised at runtime: Failed to evaluate condition: v.player.name. For boolean conditions, please write <condition> == <true/false> or <condition> IS [NOT] NULL.
Then a ExecutionError should be raised at runtime: Failed to evaluate condition: v.player.name. For boolean conditions, please write in their full forms like <condition> == <true/false> or <condition> IS [NOT] NULL.

Scenario: Unimplemented features
When executing query:
Expand Down

0 comments on commit 2a50f36

Please sign in to comment.