We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188a704 commit aebbc38Copy full SHA for aebbc38
src/test/java/dev/openfeature/javasdk/EvalContextTest.java
@@ -66,8 +66,7 @@ public class EvalContextTest {
66
assertEquals(4, nodeFromString.left.value);
67
}
68
69
- @Specification(number="3.1.3", text="The evaluation context MUST support fetching the custom fields by key and " +
70
- "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.")
71
@Test void fetch_all() {
72
EvaluationContext ec = new EvaluationContext();
73
0 commit comments