From d38ec66af203936bd65568b32aa272d69abdac4d Mon Sep 17 00:00:00 2001 From: Matt Greenwood Date: Sat, 27 Jun 2015 21:01:14 -0400 Subject: [PATCH] reverting lotto.json formatting --- .../src/test/resources/lotto.json | 39 +------------------ 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/json-path-assert/src/test/resources/lotto.json b/json-path-assert/src/test/resources/lotto.json index 4ba13d0d..94d36c8f 100644 --- a/json-path-assert/src/test/resources/lotto.json +++ b/json-path-assert/src/test/resources/lotto.json @@ -1,38 +1 @@ -{ - "lotto": { - "lottoId": 5, - "winning-numbers": [ - 2, - 45, - 34, - 23, - 7, - 5, - 3 - ], - "winners": [ - { - "winnerId": 23, - "numbers": [ - 2, - 45, - 34, - 23, - 3, - 5 - ] - }, - { - "winnerId": 54, - "numbers": [ - 52, - 3, - 12, - 11, - 18, - 22 - ] - } - ] - } -} \ No newline at end of file +{"lotto":{"lottoId":5,"winning-n umbers":[2,45,34,23,7,5,3],"winners":[{"winnerId":23,"numbers":[2,45,34,23,3,5]},{"winnerId":54,"numbers":[52,3,12,11,18,22]}]}} \ No newline at end of file