Browse Source

Add test file with invalid type

pull/5091/head
Thomas Kaul 2 months ago
parent
commit
fc88bf51f2
  1. 18
      test/import/not-ok/invalid-type.json

18
test/import/not-ok/invalid-type.json

@ -0,0 +1,18 @@
{
"meta": {
"date": "2021-01-01T00:00:00.000Z",
"version": "dev"
},
"activities": [
{
"currency": "USD",
"dataSource": "YAHOO",
"date": "2021-01-01T00:00:00.000Z",
"fee": 0,
"quantity": 20,
"symbol": "AAPL",
"type": "<invalid>",
"unitPrice": 100.0
}
]
}
Loading…
Cancel
Save