diff --git a/apps/api/src/app/core/current-rate.service.spec.ts b/apps/api/src/app/core/current-rate.service.spec.ts index 8dc233315..271be25b9 100644 --- a/apps/api/src/app/core/current-rate.service.spec.ts +++ b/apps/api/src/app/core/current-rate.service.spec.ts @@ -115,12 +115,14 @@ describe('CurrentRateService', () => { }) ).toMatchObject([ { - // date - marketPrice: 1841.823902 + date: undefined, + marketPrice: 1841.823902, + symbol: 'AMZN' }, { - // date - marketPrice: 1847.839966 + date: undefined, + marketPrice: 1847.839966, + symbol: 'AMZN' } ]); });