hotfix: wallet-summary action test

This commit is contained in:
George Lima 2018-12-13 17:18:08 -03:00
parent 7e2618075f
commit cbac64bbae
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ describe('WalletSummary Actions', () => {
transparent: 5000,
shielded: 5000,
addresses: [],
transactions: {},
};
store.dispatch(loadWalletSummarySuccess(payload));