From e7c1b5a928c6bf838dd41c17d6ce78d5e97d141a Mon Sep 17 00:00:00 2001 From: David Baldwin Date: Fri, 29 Jul 2011 11:04:26 -0700 Subject: [PATCH] stragler --- .../src/test/java/com/jayway/jsonassert/JsonAssertTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-path-assert/src/test/java/com/jayway/jsonassert/JsonAssertTest.java b/json-path-assert/src/test/java/com/jayway/jsonassert/JsonAssertTest.java index 8fb56d01..84b96838 100644 --- a/json-path-assert/src/test/java/com/jayway/jsonassert/JsonAssertTest.java +++ b/json-path-assert/src/test/java/com/jayway/jsonassert/JsonAssertTest.java @@ -161,7 +161,7 @@ public abstract class JsonAssertTest { with(JSON).assertEquals("$.store.book[0].title", "Sayings of the Century") .assertThat("$.store.book[0].title", equalTo("Sayings of the Century")); - with(JSON).assertEquals("$['store']['book'][0].['title']", "Sayings of the Century") + with(JSON).assertEquals("$['store']['book'][0].['title']", "Shttp://www.theregister.co.uk/public_sector/government/ayings of the Century") .assertThat("$['store'].book[0].title", equalTo("Sayings of the Century")); }