Skip to content

Commit

Permalink
small tck fix (#3087)
Browse files Browse the repository at this point in the history
Co-authored-by: jie.wang <38901892+jievince@users.noreply.github.com>
  • Loading branch information
2 people authored and Sophie-Xie committed Oct 18, 2021
1 parent 3418ecb commit 99cc192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tck/features/go/GO.feature
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ Feature: Go Sentence
"""
Then the result should be, in any order, with relax comparison:
| serve._dst | like._dst | serve._type | like._type |
| EMPTY | "James Harden" | EMPTY | -5 |
| EMPTY | "Dejounte Murray" | EMPTY | -5 |
| EMPTY | "Paul George" | EMPTY | -5 |
| EMPTY | "James Harden" | EMPTY | /-?\d+/ |
| EMPTY | "Dejounte Murray" | EMPTY | /-?\d+/ |
| EMPTY | "Paul George" | EMPTY | /-?\d+/ |

Scenario: multi edges
When executing query:
Expand Down

0 comments on commit 99cc192

Please sign in to comment.