Browse Source

Fix test

pull/193/head
Thomas 4 years ago
parent
commit
4a1c432121
  1. 2
      apps/api/src/models/portfolio.spec.ts

2
apps/api/src/models/portfolio.spec.ts

@ -110,7 +110,9 @@ describe('Portfolio', () => {
Account: [ Account: [
{ {
accountType: AccountType.SECURITIES, accountType: AccountType.SECURITIES,
balance: 0,
createdAt: new Date(), createdAt: new Date(),
currency: Currency.USD,
id: DEFAULT_ACCOUNT_ID, id: DEFAULT_ACCOUNT_ID,
isDefault: true, isDefault: true,
name: 'Default Account', name: 'Default Account',

Loading…
Cancel
Save