Improve test
This commit is contained in:
parent
b8194eb64f
commit
fb9e66318f
@ -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…
x
Reference in New Issue
Block a user