Skip to content

Commit

Permalink
remove some space
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu85cn committed Apr 12, 2022
1 parent 1a22f5e commit 675dca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tck/features/schema/Comment.feature
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Feature: Schema Comment
SHOW CREATE SPACE test_comment_not_set;
"""
Then the result should be, in any order:
| Space | Create Space |
| 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*)/ |
When executing query:
"""
Expand All @@ -74,7 +74,7 @@ Feature: Schema Comment
SHOW CREATE SPACE test_comment_empty;
"""
Then the result should be, in any order:
| Space | Create Space |
| Space | Create Space |
| "test_comment_empty" | /[CREATE SPACE `test_comment_empty` \(partition_num = 100, replica_factor = 1, charset = utf8, collate = utf8_bin, vid_type = FIXED_STRING\(8\), \) ON]+\s(\w*)\s[comment = '']+/ |
When executing query:
"""
Expand Down

0 comments on commit 675dca5

Please sign in to comment.