aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-06-06 03:51:41 +0800
committerGitHub <noreply@github.com>2018-06-06 03:51:41 +0800
commit5b3af3413948493ca92206d2145a984950a96549 (patch)
treefb0e15cd85c1b732e616cb6857651da124b5b37c /test/unit
parent3b6e96bac918925c4edc674e26dba8cc5feb1324 (diff)
parent60e61e6834a4502fcd9d19e1417725c301c79a13 (diff)
downloadtangerine-wallet-browser-5b3af3413948493ca92206d2145a984950a96549.tar.gz
tangerine-wallet-browser-5b3af3413948493ca92206d2145a984950a96549.tar.zst
tangerine-wallet-browser-5b3af3413948493ca92206d2145a984950a96549.zip
Merge pull request #4506 from MetaMask/diagnostics-multivault
diagnostics - add multiple vault detection to diagnostics reporting
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/app/controllers/metamask-controller-test.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unit/app/controllers/metamask-controller-test.js b/test/unit/app/controllers/metamask-controller-test.js
index 7ec98766a..266c3f258 100644
--- a/test/unit/app/controllers/metamask-controller-test.js
+++ b/test/unit/app/controllers/metamask-controller-test.js
@@ -72,11 +72,6 @@ describe('MetaMaskController', function () {
it('removes any identities that do not correspond to known accounts.', async function () {
const fakeAddress = '0xbad0'
metamaskController.preferencesController.addAddresses([fakeAddress])
- metamaskController.preferencesController.notifier = {
- notify: async () => {
- return true
- },
- }
await metamaskController.submitPassword(password)
const identities = Object.keys(metamaskController.preferencesController.store.getState().identities)