From 0a12215f6572f5741590b3fc0f92f1626611f8f9 Mon Sep 17 00:00:00 2001 From: Kavindu Dodanduwa Date: Thu, 14 Sep 2023 10:13:14 -0700 Subject: [PATCH] set fractional test data Signed-off-by: Kavindu Dodanduwa --- gherkin/flagd-json-evaluator.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gherkin/flagd-json-evaluator.feature b/gherkin/flagd-json-evaluator.feature index 56de04a..769825e 100644 --- a/gherkin/flagd-json-evaluator.feature +++ b/gherkin/flagd-json-evaluator.feature @@ -24,10 +24,10 @@ Feature: flagd json evaluation Then the returned value should be Examples: | name | value | - | "jack" | "clubs" | - | "queen" | "diamonds" | - | "ace" | "hearts" | - | "joker" | "spades" | + | "jack" | "spades" | + | "queen" | "clubs" | + | "ten" | "diamonds" | + | "nine" | "hearts" | Scenario Outline: Substring operators When a string flag with key "starts-ends-flag" is evaluated with default value "fallback"