From 29d66dbfac704220167b1a11a7f07f700f7dfdf8 Mon Sep 17 00:00:00 2001 From: Aiee <18348405+Aiee@users.noreply.github.com> Date: Thu, 4 Mar 2021 18:51:33 +0800 Subject: [PATCH] fix tck format --- tests/tck/features/lookup/ByIndex.intVid.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tck/features/lookup/ByIndex.intVid.feature b/tests/tck/features/lookup/ByIndex.intVid.feature index 5996dd759..5a9516ec3 100644 --- a/tests/tck/features/lookup/ByIndex.intVid.feature +++ b/tests/tck/features/lookup/ByIndex.intVid.feature @@ -1,3 +1,4 @@ +@test Feature: Lookup by index itself in integer vid Background: @@ -468,7 +469,7 @@ Feature: Lookup by index itself in integer vid """ LOOKUP ON player WHERE player.age >= 40.0 YIELD player.age AS Age """ - Then the result should be, in any order,and the columns 0 should be hashed: + Then the result should be, in any order, and the columns 0 should be hashed: | VertexID | Age | | "Grant Hill" | 46 | | "Jason Kidd" | 45 |