Fix t/var/configs/*.json to use valid JSON syntax.
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / quantity.json
CommitLineData
384c3f0c 1{
401a9e9b 2 "might_have": {
3 "fetch": 0
384c3f0c 4 },
401a9e9b 5 "has_many": {
6 "fetch": 0
384c3f0c 7 },
401a9e9b 8 "sets": [{
9 "class": "CD",
10 "quantity": 3
384c3f0c 11 }]
12}