Skip to content

Commit

Permalink
fix a unstable tck
Browse files Browse the repository at this point in the history
  • Loading branch information
jievince committed Feb 8, 2022
1 parent 56ceae7 commit 060b498
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 @@ -704,7 +704,7 @@ Feature: Basic match
When executing query:
"""
USE nba;
MATCH (n:player) RETURN n LIMIT 1;
MATCH (n:player) WHERE id(n) == "Boris Diaw" RETURN n;
"""
Then the result should be, in any order:
| n |
Expand Down

0 comments on commit 060b498

Please sign in to comment.