test(transactions): fix transactions components tests

This commit is contained in:
George Lima 2019-02-19 12:59:36 -03:00
parent ad03a14e1a
commit 6dcd50e90e
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ describe('<TransactionItem />', () => {
amount={0.8652}
date={new Date().toISOString()}
zecPrice={2.94}
fees={0.0001}
/>
</ThemeProvider>,
);

View File

@ -27,6 +27,7 @@ describe('<TransactionDailyComponent />', () => {
zecPrice: 1.345,
date: new Date().toISOString(),
theme: appTheme,
fees: 0.001,
},
{
type: 'send',
@ -36,6 +37,7 @@ describe('<TransactionDailyComponent />', () => {
zecPrice: 1.344,
date: new Date().toISOString(),
theme: appTheme,
fees: 0.001,
},
]}
/>