Skip to content

Commit aebbc38

Browse files
committed
fix wording in 3.1.3 test spec
1 parent 188a704 commit aebbc38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/dev/openfeature/javasdk/EvalContextTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ public class EvalContextTest {
6666
assertEquals(4, nodeFromString.left.value);
6767
}
6868

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.")
69+
@Specification(number="3.1.3", text="The evaluation context MUST support fetching the custom fields by key and also fetching all key value pairs.")
7170
@Test void fetch_all() {
7271
EvaluationContext ec = new EvaluationContext();
7372

0 commit comments

Comments
 (0)