aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-08-21 12:09:54 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-08-21 12:09:54 +0800
commit54021fd90b9a37cc4120021d475d0c98dfaefbb0 (patch)
tree9d7253165a413e5e3cb0995f933c2d8f9ee5e748 /test
parentcee57832835b279f9676c35c8ccc27d94368d13f (diff)
downloadtangerine-wallet-browser-54021fd90b9a37cc4120021d475d0c98dfaefbb0.tar
tangerine-wallet-browser-54021fd90b9a37cc4120021d475d0c98dfaefbb0.tar.gz
tangerine-wallet-browser-54021fd90b9a37cc4120021d475d0c98dfaefbb0.tar.bz2
tangerine-wallet-browser-54021fd90b9a37cc4120021d475d0c98dfaefbb0.tar.lz
tangerine-wallet-browser-54021fd90b9a37cc4120021d475d0c98dfaefbb0.tar.xz
tangerine-wallet-browser-54021fd90b9a37cc4120021d475d0c98dfaefbb0.tar.zst
tangerine-wallet-browser-54021fd90b9a37cc4120021d475d0c98dfaefbb0.zip
fix unit tests
Diffstat (limited to 'test')
-rw-r--r--test/unit/app/controllers/metamask-controller-test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/app/controllers/metamask-controller-test.js b/test/unit/app/controllers/metamask-controller-test.js
index 1fc604c9c..a798d41e2 100644
--- a/test/unit/app/controllers/metamask-controller-test.js
+++ b/test/unit/app/controllers/metamask-controller-test.js
@@ -573,7 +573,7 @@ describe('MetaMaskController', function () {
assert(metamaskController.preferencesController.removeAddress.calledWith(addressToRemove))
})
it('should call accountTracker.removeAccount', async function () {
- assert(metamaskController.accountTracker.removeAccount.calledWith(addressToRemove))
+ assert(metamaskController.accountTracker.removeAccount.calledWith([addressToRemove]))
})
it('should call keyringController.removeAccount', async function () {
assert(metamaskController.keyringController.removeAccount.calledWith(addressToRemove))