From 6869e7a494047b849b8933ed34d6d160052dcc93 Mon Sep 17 00:00:00 2001 From: xtcyclist <7731943+xtcyclist@users.noreply.github.com> Date: Fri, 23 Dec 2022 20:27:43 +0800 Subject: [PATCH] update tck. --- tests/tck/features/match/Base.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tck/features/match/Base.feature b/tests/tck/features/match/Base.feature index fe24228496c..9aa625cca74 100644 --- a/tests/tck/features/match/Base.feature +++ b/tests/tck/features/match/Base.feature @@ -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 == or IS NULL. + Then a ExecutionError should be raised at runtime: Failed to evaluate condition: v.player.name. For boolean conditions, please write == or IS [NOT] NULL. Scenario: Unimplemented features When executing query: