Browse Source

Merge remote-tracking branch 'upstream/master' into add_test_for_issue_29_part_1

pull/20/head
Jochen Berger 11 years ago
parent
commit
281a313b2e
  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 @Test
public void an_empty_collection() throws Exception { public void an_empty_collection() throws Exception {
with(JSON).assertThat("$.store.book[?(@.category = 'x')]", emptyCollection()); with(JSON).assertThat("$.store.book[?(@.category == 'x')]", emptyCollection());
} }
@Test @Test

Loading…
Cancel
Save