From b464c7aca117aad45c45437c414e82f9d8a09f48 Mon Sep 17 00:00:00 2001 From: "kyle.cao" Date: Fri, 15 Oct 2021 15:28:43 +0800 Subject: [PATCH] small tck fix --- tests/tck/features/go/GO.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tck/features/go/GO.feature b/tests/tck/features/go/GO.feature index f01af51b7f6..6f46375ec5e 100644 --- a/tests/tck/features/go/GO.feature +++ b/tests/tck/features/go/GO.feature @@ -409,9 +409,9 @@ Feature: Go Sentence """ Then the result should be, in any order, with relax comparison: | serve._dst | like._dst | serve._type | like._type | - | EMPTY | "James Harden" | EMPTY | -5 | - | EMPTY | "Dejounte Murray" | EMPTY | -5 | - | EMPTY | "Paul George" | EMPTY | -5 | + | EMPTY | "James Harden" | EMPTY | /-?\d+/ | + | EMPTY | "Dejounte Murray" | EMPTY | /-?\d+/ | + | EMPTY | "Paul George" | EMPTY | /-?\d+/ | Scenario: multi edges When executing query: