Skip to content

Commit a0b3777

Browse files
authored
chore: fix provider given clause
Signed-off-by: Todd Baert <[email protected]>
1 parent 230bad2 commit a0b3777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/assets/gherkin/evaluation.feature

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Feature: Flag evaluation
33
# This test suite contains scenarios to test the flag evaluation API.
44

55
Background:
6-
Given a provider is registered with cache disabled
6+
Given a provider is registered
77

88
# basic evaluation
99
Scenario: Resolves boolean value
@@ -64,4 +64,4 @@ Feature: Flag evaluation
6464
Scenario: Type error
6565
When a string flag with key "wrong-flag" is evaluated as an integer, with details and a default value 13
6666
Then the default integer value should be returned
67-
And the reason should indicate an error and the error code should indicate a type mismatch with "TYPE_MISMATCH"
67+
And the reason should indicate an error and the error code should indicate a type mismatch with "TYPE_MISMATCH"

0 commit comments

Comments
 (0)