From 06e25205b200b976e286c670cc5e703439dab05c Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 4 Apr 2018 12:48:30 -0700 Subject: Update sinion methods. sandbox.create() -> createSandbox() --- test/unit/reducers/unlock_vault_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/reducers/unlock_vault_test.js') 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 () { -- cgit