Skip to content

Commit

Permalink
fix!: update fractional test data for 32bit murmur3 (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Kavindu Dodanduwa <[email protected]>
  • Loading branch information
Kavindu-Dodan authored Sep 14, 2023
1 parent 6493d00 commit bbba763
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gherkin/flagd-json-evaluator.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Feature: flagd json evaluation
Then the returned value should be <value>
Examples:
| name | value |
| "jack" | "clubs" |
| "queen" | "diamonds" |
| "ace" | "hearts" |
| "joker" | "spades" |
| "jack" | "spades" |
| "queen" | "clubs" |
| "ten" | "diamonds" |
| "nine" | "hearts" |

Scenario Outline: Substring operators
When a string flag with key "starts-ends-flag" is evaluated with default value "fallback"
Expand Down

0 comments on commit bbba763

Please sign in to comment.