diff --git a/tests/tck/features/insert/InsertEdgeOnDiffParts.feature b/tests/tck/features/insert/InsertEdgeOnDiffParts.feature index ab7ed0fb5db..ae527767741 100644 --- a/tests/tck/features/insert/InsertEdgeOnDiffParts.feature +++ b/tests/tck/features/insert/InsertEdgeOnDiffParts.feature @@ -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 \ No newline at end of file + And drop the used space