Update json data
This commit is contained in:
@@ -33,7 +33,7 @@ public class JsonPathUnitTest {
|
||||
@Test
|
||||
public void shouldMatchCountOfObjects() {
|
||||
Map<String, String> objectMap = JsonPath.read(json, "$");
|
||||
assertEquals(1, objectMap.keySet()
|
||||
assertEquals(3, objectMap.keySet()
|
||||
.size());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user