aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/keyring-controller-test.js
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-09-27 02:46:28 +0800
committerGitHub <noreply@github.com>2017-09-27 02:46:28 +0800
commitb1daa5ae260be0aa91516bde0cbdb8820099587b (patch)
tree21814a5909ee4988178378d54501a4bc9a6081a7 /test/unit/keyring-controller-test.js
parentd135c3c9ca1dcbb25fae9ab39d92e923115ae2a1 (diff)
parent9e3648c668aed1f3e632efe1693d6a2e0aa76617 (diff)
downloadtangerine-wallet-browser-b1daa5ae260be0aa91516bde0cbdb8820099587b.tar.gz
tangerine-wallet-browser-b1daa5ae260be0aa91516bde0cbdb8820099587b.tar.zst
tangerine-wallet-browser-b1daa5ae260be0aa91516bde0cbdb8820099587b.zip
Merge pull request #2094 from MetaMask/AddBalanceController
Calculate balance based on pending txs
Diffstat (limited to 'test/unit/keyring-controller-test.js')
-rw-r--r--test/unit/keyring-controller-test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/keyring-controller-test.js b/test/unit/keyring-controller-test.js
index 8d0d75f12..135edf365 100644
--- a/test/unit/keyring-controller-test.js
+++ b/test/unit/keyring-controller-test.js
@@ -24,7 +24,7 @@ describe('KeyringController', function () {
getTxList: () => [],
getUnapprovedTxList: () => [],
},
- ethStore: {
+ accountTracker: {
addAccount (acct) { accounts.push(ethUtil.addHexPrefix(acct)) },
},
encryptor: mockEncryptor,