aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/reducers/unlock_vault_test.js
diff options
context:
space:
mode:
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 () {