Browse Source

Improve tests

pull/3393/head
Thomas Kaul 1 year ago
parent
commit
475d543630
  1. 4
      apps/api/src/app/portfolio/calculator/portfolio-calculator-test-utils.ts

4
apps/api/src/app/portfolio/calculator/portfolio-calculator-test-utils.ts

@ -2,13 +2,13 @@ export const activityDummyData = {
accountId: undefined, accountId: undefined,
accountUserId: undefined, accountUserId: undefined,
comment: undefined, comment: undefined,
createdAt: new Date(), createdAt: new Date(Date.now()),
currency: undefined, currency: undefined,
feeInBaseCurrency: undefined, feeInBaseCurrency: undefined,
id: undefined, id: undefined,
isDraft: false, isDraft: false,
symbolProfileId: undefined, symbolProfileId: undefined,
updatedAt: new Date(), updatedAt: new Date(Date.now()),
userId: undefined, userId: undefined,
value: undefined, value: undefined,
valueInBaseCurrency: undefined valueInBaseCurrency: undefined

Loading…
Cancel
Save