From aebbc388cd5667be91860d0cc6fb48d197aa8774 Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Fri, 5 Aug 2022 13:45:34 -0700 Subject: [PATCH] fix wording in 3.1.3 test spec --- src/test/java/dev/openfeature/javasdk/EvalContextTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/java/dev/openfeature/javasdk/EvalContextTest.java b/src/test/java/dev/openfeature/javasdk/EvalContextTest.java index 85bc4e26..b35379eb 100644 --- a/src/test/java/dev/openfeature/javasdk/EvalContextTest.java +++ b/src/test/java/dev/openfeature/javasdk/EvalContextTest.java @@ -66,8 +66,7 @@ public class EvalContextTest { assertEquals(4, nodeFromString.left.value); } - @Specification(number="3.1.3", text="The evaluation context MUST support fetching the custom fields by key and " + - "also fetching all of the keys and values.") + @Specification(number="3.1.3", text="The evaluation context MUST support fetching the custom fields by key and also fetching all key value pairs.") @Test void fetch_all() { EvaluationContext ec = new EvaluationContext();