diff options
author | kumavis <aaron@kumavis.me> | 2018-06-06 02:51:27 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-06-06 02:51:27 +0800 |
commit | 20bdba3d1710a070d06c2a395f92d948b9396d47 (patch) | |
tree | 2eef359c3e3c3959339f043eb3c99a6b83b27dec /test/unit | |
parent | 6247e54fcc11d4d8d857a977d00eee8012afb92f (diff) | |
download | tangerine-wallet-browser-20bdba3d1710a070d06c2a395f92d948b9396d47.tar.gz tangerine-wallet-browser-20bdba3d1710a070d06c2a395f92d948b9396d47.tar.zst tangerine-wallet-browser-20bdba3d1710a070d06c2a395f92d948b9396d47.zip |
diagnostics - rewrite bug-notifier as diagnostics-reporter
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/app/controllers/metamask-controller-test.js | 5 |
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) |