Improve test

pull/189/head
Thomas 4 years ago
parent 26ef23358c
commit 822e48e7fc

@ -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'
}
]);
});

Loading…
Cancel
Save