Browse Source

Improve test

pull/239/head
Thomas 4 years ago
parent
commit
fb9e66318f
  1. 10
      apps/api/src/app/core/current-rate.service.spec.ts

10
apps/api/src/app/core/current-rate.service.spec.ts

@ -115,12 +115,14 @@ describe('CurrentRateService', () => {
}) })
).toMatchObject([ ).toMatchObject([
{ {
// date date: undefined,
marketPrice: 1841.823902 marketPrice: 1841.823902,
symbol: 'AMZN'
}, },
{ {
// date date: undefined,
marketPrice: 1847.839966 marketPrice: 1847.839966,
symbol: 'AMZN'
} }
]); ]);
}); });

Loading…
Cancel
Save