Skip to content

Commit

Permalink
fix: correct assertions for shorthand targeting
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Jul 4, 2024
1 parent d981737 commit 9d0948a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gherkin/flagd-json-evaluator.feature
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Feature: flagd json evaluation
Then the returned value should be <value>
Examples:
| targeting key | value |
| "jane@company.com" | "heads" |
| "joe@company.com" | "tails" |
| "jon@company.com" | "heads" |
| "jane@company.com" | "tails" |

Scenario Outline: Fractional operator with shared seed
When a string flag with key "fractional-flag-A-shared-seed" is evaluated with default value "fallback"
Expand Down

0 comments on commit 9d0948a

Please sign in to comment.