Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cangfengzhs committed Dec 15, 2021
1 parent 0f6de68 commit 430fd0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/tck/features/insert/insertVertexOnly.feature
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Copyright (c) 2021 vesoft inc. All rights reserved.
#
# This source code is licensed under Apache 2.0 License.

Feature: insert vertex without tag

Background: Background name
Given an empty graph
And create a space with following options:
| partition_num | 9 |
| replica_factor | 1 |
| vid_type | int64 |

Scenario: insert vertex only
Given having executed:
"""
Expand All @@ -28,4 +29,4 @@ Feature: insert vertex without tag
Then the result should be, in any order:
| dst |
| 3 |
Then drop the used space
Then drop the used space

0 comments on commit 430fd0b

Please sign in to comment.