Skip to content

Commit

Permalink
add tck
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwener committed Jan 18, 2022
1 parent f860286 commit a6e2cfe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/tck/job/Job.feature
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,13 @@ Feature: Submit job space requirements
Then the result should be, in any order:
| New Job Id |
| /\d+/ |

Scenario: Sequential sentence
When executing query:
"""
USE nba;
MATCH (n:player) RETURN n LIMIT 1;
"""
Then the result should be, in any order:
| n |
| ("Boris Diaw" :player{age: 36, name: "Boris Diaw"}) |

0 comments on commit a6e2cfe

Please sign in to comment.