Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions evaluator/gherkin/fractional.feature
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Feature: Evaluator fractional operator
@fractional-v2
Scenario: Fractional operator with single entry always resolves to the only variant
Given a String-flag with key "fractional-single-entry-flag" and a fallback value "fallback"
And a context containing a targeting key with value "some-targeting-key"
When the flag was evaluated with details
Then the resolved details value should be "single"

Expand Down
Loading