Browse Source

Fix tests

pull/82/head
Matthias Frey 4 years ago
committed by Thomas
parent
commit
3a9219d809
  1. 1
      apps/api/src/models/portfolio.spec.ts

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

@ -120,6 +120,7 @@ describe('Portfolio', () => {
} }
], ],
alias: 'Test', alias: 'Test',
authChallenge: null,
createdAt: new Date(), createdAt: new Date(),
id: USER_ID, id: USER_ID,
provider: null, provider: null,

Loading…
Cancel
Save