Skip to content

Commit

Permalink
CI said need format?????
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu85cn committed Apr 8, 2022
1 parent e7fc99d commit 7d83692
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/tck/features/schema/Comment.feature
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ Feature: Schema Comment
SHOW CREATE SPACE test_comment_not_set;
"""
Then the result should be, in any order:
| Space | Create Space |
| "test_comment_not_set" | /[CREATE SPACE `test_comment_not_set` \(partition_num = 100, replica_factor = 1, charset = utf8, collate = utf8_bin, vid_type = FIXED_STRING\(8\) \) ON]+\s(\w*)/ |
| Space | Create Space |
When executing query:
"""
DESC SPACE test_comment_not_set;
Expand Down

0 comments on commit 7d83692

Please sign in to comment.