Browse Source
Task/remove deprecated isExcluded attribute from import test files (#7547)
Remove deprecated attribute
pull/7549/head
Thomas Kaul
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
0 additions and
3 deletions
-
test/import/ok/500-activities.json
-
test/import/ok/derived-currency.json
-
test/import/ok/sample.json
|
|
@ -8,7 +8,6 @@ |
|
|
"balance": 2000, |
|
|
"balance": 2000, |
|
|
"currency": "USD", |
|
|
"currency": "USD", |
|
|
"id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", |
|
|
"id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", |
|
|
"isExcluded": false, |
|
|
|
|
|
"name": "My Online Trading Account", |
|
|
"name": "My Online Trading Account", |
|
|
"platformId": null |
|
|
"platformId": null |
|
|
} |
|
|
} |
|
|
|
|
|
@ -8,7 +8,6 @@ |
|
|
"balance": 2000, |
|
|
"balance": 2000, |
|
|
"currency": "USD", |
|
|
"currency": "USD", |
|
|
"id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", |
|
|
"id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", |
|
|
"isExcluded": false, |
|
|
|
|
|
"name": "My Online Trading Account", |
|
|
"name": "My Online Trading Account", |
|
|
"platformId": null |
|
|
"platformId": null |
|
|
} |
|
|
} |
|
|
|
|
|
@ -19,7 +19,6 @@ |
|
|
"comment": null, |
|
|
"comment": null, |
|
|
"currency": "USD", |
|
|
"currency": "USD", |
|
|
"id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", |
|
|
"id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", |
|
|
"isExcluded": false, |
|
|
|
|
|
"name": "My Online Trading Account", |
|
|
"name": "My Online Trading Account", |
|
|
"platformId": "9da3a8a7-4795-43e3-a6db-ccb914189737" |
|
|
"platformId": "9da3a8a7-4795-43e3-a6db-ccb914189737" |
|
|
} |
|
|
} |
|
|
|