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