aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/reducers
diff options
context:
space:
mode:
authorThomas <tmashuang@gmail.com>2018-04-05 03:48:30 +0800
committerThomas <tmashuang@gmail.com>2018-04-05 03:48:30 +0800
commit06e25205b200b976e286c670cc5e703439dab05c (patch)
treee27ecd5cf9d045cb2a78f3c93fb70a55e959a5e6 /test/unit/reducers
parentae4f3366bf4c66fe5658b3d5736c2499dd381628 (diff)
downloadtangerine-wallet-browser-06e25205b200b976e286c670cc5e703439dab05c.tar.gz
tangerine-wallet-browser-06e25205b200b976e286c670cc5e703439dab05c.tar.zst
tangerine-wallet-browser-06e25205b200b976e286c670cc5e703439dab05c.zip
Update sinion methods. sandbox.create() -> createSandbox()
Diffstat (limited to 'test/unit/reducers')
-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 () {