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();