From faa9ca19e4e11f3e215f1c037a191eca9836038f Mon Sep 17 00:00:00 2001 From: lea konvalinka Date: Thu, 9 Apr 2026 13:26:15 +0200 Subject: [PATCH] fix: add missing context step to single-entry fractional case Signed-off-by: Lea Konvalinka --- evaluator/gherkin/fractional.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/evaluator/gherkin/fractional.feature b/evaluator/gherkin/fractional.feature index 3c55930..ee24e7d 100644 --- a/evaluator/gherkin/fractional.feature +++ b/evaluator/gherkin/fractional.feature @@ -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"