Browse Source

Merge remote-tracking branch 'upstream/master' into fix-npe

pull/25/head
Jochen Berger 12 years ago
parent
commit
e06e25a19e
  1. 2
      json-path-assert/src/test/java/com/jayway/jsonassert/JsonAssertTest.java

2
json-path-assert/src/test/java/com/jayway/jsonassert/JsonAssertTest.java

@ -127,7 +127,7 @@ public class JsonAssertTest {
@Test
public void an_empty_collection() throws Exception {
with(JSON).assertThat("$.store.book[?(@.category = 'x')]", emptyCollection());
with(JSON).assertThat("$.store.book[?(@.category == 'x')]", emptyCollection());
}
@Test

Loading…
Cancel
Save