aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/idStore-migration-test.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-01-03 09:32:51 +0800
committerDan Finlay <dan@danfinlay.com>2017-01-03 09:32:51 +0800
commit2dbbc0dce71d5d58141eb7b9440efaeddeea03c9 (patch)
tree8c651b8778a7114a780b56d90c705527295b1d07 /test/unit/idStore-migration-test.js
parent5e8a344f973fabb331db9b491247396117aa67b1 (diff)
parentfc9c03d4d17ba558e9888119193036a87256c94d (diff)
downloadtangerine-wallet-browser-2dbbc0dce71d5d58141eb7b9440efaeddeea03c9.tar.gz
tangerine-wallet-browser-2dbbc0dce71d5d58141eb7b9440efaeddeea03c9.tar.zst
tangerine-wallet-browser-2dbbc0dce71d5d58141eb7b9440efaeddeea03c9.zip
Merge remote-tracking branch 'origin/kumavis-readme-gource' into RevertTxManager
Diffstat (limited to 'test/unit/idStore-migration-test.js')
-rw-r--r--test/unit/idStore-migration-test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/idStore-migration-test.js b/test/unit/idStore-migration-test.js
index ad4ce2096..54f38fb2f 100644
--- a/test/unit/idStore-migration-test.js
+++ b/test/unit/idStore-migration-test.js
@@ -68,6 +68,10 @@ describe('IdentityStore to KeyringController migration', function() {
addAccount(acct) { newAccounts.push(ethUtil.addHexPrefix(acct)) },
del(acct) { delete newAccounts[acct] },
},
+ txManager: {
+ getTxList: () => [],
+ getUnapprovedTxList: () => []
+ },
})
// Stub out the browser crypto for a mock encryptor.