Browse Source

Feature/add test file with invalid type (#5091)

* Add test file with invalid type
pull/5087/head^2
Thomas Kaul 2 weeks ago
committed by GitHub
parent
commit
9f4413b050
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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