Skip to content

Commit

Permalink
chore: fix provider given clause
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Aug 29, 2023
1 parent 230bad2 commit a0b3777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/assets/gherkin/evaluation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
And the reason should indicate an error and the error code should indicate a type mismatch with "TYPE_MISMATCH"

0 comments on commit a0b3777

Please sign in to comment.