Fix t/var/configs/*.json to use valid JSON syntax.
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / simple.json
index 7abd148..44754a3 100644 (file)
@@ -1,12 +1,12 @@
 {
-        might_have: {
-            fetch: 0
+        "might_have": {
+            "fetch": 0
         },
-        has_many: {
-            fetch: 0
+        "has_many": {
+            "fetch": 0
         },
-        sets: [{
-            class: 'Artist',
-            quantity: 1
+        "sets": [{
+            "class": "Artist",
+            "quantity": 1
         }]
 }
\ No newline at end of file