Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
fix tck format
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee committed Mar 4, 2021
1 parent 1157fa7 commit 29d66db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tck/features/lookup/ByIndex.intVid.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@test
Feature: Lookup by index itself in integer vid

Background:
Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit 29d66db

Please sign in to comment.