Skip to content

Commit

Permalink
fix tck
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhaocs committed Dec 27, 2022
1 parent f3cadba commit b12d547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tck/features/schema/Schema.feature
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Feature: Insert string vid of vertex and edge
# alter edge
When executing query:
"""
ALTER EDGE education ADD (col1 int, col2 string), CHANGE (school int), DROP (id, time_)
ALTER EDGE education ADD (col1 int, col2 string), CHANGE (school string), DROP (id, time_)
"""
Then the execution should be successful
# drop not exist prop, failed
Expand Down

0 comments on commit b12d547

Please sign in to comment.