Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Sep 15, 2021
1 parent 18c0f08 commit 6affe42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tck/features/insert/InsertEdgeOnDiffParts.feature
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Feature: Insert vertex and edge with if not exists
(GO FROM "v1" over E yield E.rank union GO FROM "v2" over E REVERSELY yield E.rank) | yield count(*) AS count
"""
Then the result should be, in any order:
| count |
| count |
| 1 |
And drop the used space
And drop the used space

0 comments on commit 6affe42

Please sign in to comment.