Commit a0b3777 1 parent 230bad2 commit a0b3777 Copy full SHA for a0b3777
File tree 1 file changed +2
-2
lines changed
specification/assets/gherkin
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Feature: Flag evaluation
3
3
# This test suite contains scenarios to test the flag evaluation API.
4
4
5
5
Background :
6
- Given a provider is registered with cache disabled
6
+ Given a provider is registered
7
7
8
8
# basic evaluation
9
9
Scenario : Resolves boolean value
@@ -64,4 +64,4 @@ Feature: Flag evaluation
64
64
Scenario : Type error
65
65
When a string flag with key "wrong-flag" is evaluated as an integer, with details and a default value 13
66
66
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