diff --git a/tests/tck/features/match/MatchById.feature b/tests/tck/features/match/MatchById.feature index 785279413b2..c679c7d6486 100644 --- a/tests/tck/features/match/MatchById.feature +++ b/tests/tck/features/match/MatchById.feature @@ -1016,7 +1016,8 @@ Feature: Match By Id WHERE id(a) == 'Tim Duncan' OR id(b) == 'Tony Parker' RETURN id(a) as src, id(b) as dst """ - Then a ExecutionError should be raised at runtime: Scan vertices or edges need to specify a limit number, or limit number can not push down.When executing query: + Then a ExecutionError should be raised at runtime: Scan vertices or edges need to specify a limit number, or limit number can not push down. + When executing query: """ MATCH (n) MATCH (n) WHERE id(n) == 'James Harden' RETURN n """