ci: do not error when nothing with nitunit_some
[nit.git] / contrib / refund / tests / dossier_error1.json
1 {
2     "mois": "2015-01",
3     "reclamations": [
4         {
5             "soin": 100,
6             "date": "2015-01-11",
7             "montant": "234.00$"
8         },
9         {
10             "soin": 200,
11             "date": "2015-01-13",
12             "montant": "90.00$"
13         },
14         {
15             "soin": 334,
16             "date": "2015-01-23",
17             "montant": "125.00$"
18         }
19     ]
20 }