Fix typo in JsonContentHandlerTests
Closes gh-524
This commit is contained in:
committed by
Andy Wilkinson
parent
7bde04ea46
commit
ae37bb2044
@@ -163,7 +163,7 @@ public class JsonContentHandlerTests {
|
||||
"{\"a\":[ {\"b\": \"bravo\"}, {\"b\": \"bravo\", \"c\": { \"d\": \"delta\"}}]}"
|
||||
.getBytes()).findMissingFields(
|
||||
Arrays.asList(new FieldDescriptor("a.[].c").optional(),
|
||||
new FieldDescriptor("a.[].c.d]")));
|
||||
new FieldDescriptor("a.[].c.d")));
|
||||
assertThat(missingFields.size(), is(equalTo(0)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user