Skip to content

Commit

Permalink
Merge pull request vesoft-inc#4 from czpmango/fix-spelling-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
jsoref authored Nov 16, 2021
2 parents b609d31 + af5cd38 commit f0adec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/tck/features/subgraph/subgraph.IntVid.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Feature: Integer Vid subgraph
Then a SemanticError should be raised at runtime: `$a.id', not exist variable `a'
When executing query:
"""
GET SUBGRAPH WITH PROP FROM hash("Tim Duncan") YIELD vertices
GET SUBGRAPH WITH PROP FROM hash("Tim Duncan") YIELD invalidColumn
"""
Then a SemanticError should be raised at runtime: Get Subgraph only support YIELD vertices OR edges
When executing query:
Expand Down
4 changes: 2 additions & 2 deletions tests/tck/features/subgraph/subgraph.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Feature: subgraph
Then a SemanticError should be raised at runtime: `$a.id', not exist variable `a'
When executing query:
"""
GET SUBGRAPH WITH PROP FROM "Tim Duncan" YIELD vertices
GET SUBGRAPH WITH PROP FROM "Tim Duncan" YIELD invalidColumn
"""
Then a SemanticError should be raised at runtime: Get Subgraph only support YIELD vertices OR edges
When executing query:
Expand Down Expand Up @@ -243,7 +243,7 @@ Feature: subgraph
| [:like "LaMarcus Aldridge"->"Tim Duncan"@0] | ("Shaquille O'Neal") | [:like "Marco Belinelli"->"Danny Green"@0] | |
| [:like "Manu Ginobili"->"Tim Duncan"@0] | ("Tony Parker") | [:like "Danny Green"->"Marco Belinelli"@0] | |
| [:like "Marco Belinelli"->"Tim Duncan"@0] | ("Boris Diaw") | [:like "Dejounte Murray"->"Marco Belinelli"@0] | |
| [:like "Shaquille O'Neal"->"Tim Duncan"@0 | ("Dejounte Murray") | [:like "Dejounte Murray"->"Manu Ginobili"@0] | |
| [:like "Shaquille O'Neal"->"Tim Duncan"@0] | ("Dejounte Murray") | [:like "Dejounte Murray"->"Manu Ginobili"@0] | |
| [:like "Tiago Splitter"->"Tim Duncan"@0] | ("Aron Baynes") | [:like "Tiago Splitter"->"Manu Ginobili"@0] | |
| [:like "Tony Parker"->"Tim Duncan"@0] | ("Tiago Splitter") | [:like "Tim Duncan"->"Manu Ginobili"@0] | |
| | | [:like "Tony Parker"->"Manu Ginobili"@0] | |
Expand Down

0 comments on commit f0adec8

Please sign in to comment.