fix wording in 3.1.3 test spec

This commit is contained in:
Justin Abrahms 2022-08-05 13:45:34 -07:00
parent 188a7041cc
commit aebbc388cd
No known key found for this signature in database
GPG Key ID: 599E2E12011DC474
1 changed files with 1 additions and 2 deletions

View File

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