From: John Napiorkowski Date: Mon, 21 Feb 2011 23:51:08 +0000 (-0500) Subject: fixed json to be more compliant with various parsers X-Git-Tag: 1.001011~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e97033137b153ab02289f03979547664efdf764;p=dbsrgits%2FDBIx-Class-Fixtures.git fixed json to be more compliant with various parsers --- diff --git a/t/var/configs/use_create.json b/t/var/configs/use_create.json index 02d1be8..a545630 100644 --- a/t/var/configs/use_create.json +++ b/t/var/configs/use_create.json @@ -1,6 +1,6 @@ { "sets": [{ "class": "Artist", - "ids": ["4"], + "ids": ["4"] }] }