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
parent
commit
52f8068ab0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      test/import/ok/500-activities.json
  2. 1
      test/import/ok/derived-currency.json
  3. 1
      test/import/ok/sample.json

1
test/import/ok/500-activities.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
} }

1
test/import/ok/derived-currency.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
} }

1
test/import/ok/sample.json

@ -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"
} }

Loading…
Cancel
Save