File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
specification/assets/gherkin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments