aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/reducers/unlock_vault_test.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-05-23 04:02:41 +0800
committerGitHub <noreply@github.com>2018-05-23 04:02:41 +0800
commitcee55b47d03006630b1dbe038c6008654ca8f674 (patch)
treefe818a80ee98ee76a53e9be6087c09be02241503 /test/unit/reducers/unlock_vault_test.js
parent492b4a674392e4772ef8e2cc8f5836b882cfeec7 (diff)
parent238f2eb179895bbb9e2a2ec26863041564c90a9d (diff)
downloadtangerine-wallet-browser-cee55b47d03006630b1dbe038c6008654ca8f674.tar.gz
tangerine-wallet-browser-cee55b47d03006630b1dbe038c6008654ca8f674.tar.zst
tangerine-wallet-browser-cee55b47d03006630b1dbe038c6008654ca8f674.zip
Merge pull request #4321 from MetaMask/testing
MM controller tests and reorganizing test files
Diffstat (limited to 'test/unit/reducers/unlock_vault_test.js')
-rw-r--r--test/unit/reducers/unlock_vault_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/reducers/unlock_vault_test.js b/test/unit/reducers/unlock_vault_test.js
index 2b7d70b2c..d66e8edbb 100644
--- a/test/unit/reducers/unlock_vault_test.js
+++ b/test/unit/reducers/unlock_vault_test.js
@@ -10,7 +10,7 @@ var reducers = require(path.join(__dirname, '..', '..', '..', 'ui', 'app', 'redu
describe('#unlockMetamask(selectedAccount)', function () {
beforeEach(function () {
// sinon allows stubbing methods that are easily verified
- this.sinon = sinon.sandbox.create()
+ this.sinon = sinon.createSandbox()
})
afterEach(function () {