From a0b37779091bd2bcce5ba3505ca52c5d26075e67 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Tue, 29 Aug 2023 14:50:39 -0400 Subject: [PATCH] chore: fix provider given clause Signed-off-by: Todd Baert --- specification/assets/gherkin/evaluation.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/assets/gherkin/evaluation.feature b/specification/assets/gherkin/evaluation.feature index 250f8b01..20ae4682 100644 --- a/specification/assets/gherkin/evaluation.feature +++ b/specification/assets/gherkin/evaluation.feature @@ -3,7 +3,7 @@ Feature: Flag evaluation # This test suite contains scenarios to test the flag evaluation API. Background: - Given a provider is registered with cache disabled + Given a provider is registered # basic evaluation Scenario: Resolves boolean value @@ -64,4 +64,4 @@ Feature: Flag evaluation Scenario: Type error When a string flag with key "wrong-flag" is evaluated as an integer, with details and a default value 13 Then the default integer value should be returned - And the reason should indicate an error and the error code should indicate a type mismatch with "TYPE_MISMATCH" \ No newline at end of file + And the reason should indicate an error and the error code should indicate a type mismatch with "TYPE_MISMATCH"