aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/nameForAccount_test.js
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2018-05-23 07:45:20 +0800
committerfrankiebee <frankie.diamond@gmail.com>2018-05-23 07:45:20 +0800
commit61caee9d944615a48c43e4eb66b204c1e8b9ae6d (patch)
tree1ac62947cd2a740bbf63b8a045ff82e4deeeb250 /test/unit/nameForAccount_test.js
parentc4b09da34e9950ea485dfecb810726e49b683dcd (diff)
parent145016be4c681b725d3450f59cb2892f0ec6d993 (diff)
downloadtangerine-wallet-browser-61caee9d944615a48c43e4eb66b204c1e8b9ae6d.tar
tangerine-wallet-browser-61caee9d944615a48c43e4eb66b204c1e8b9ae6d.tar.gz
tangerine-wallet-browser-61caee9d944615a48c43e4eb66b204c1e8b9ae6d.tar.bz2
tangerine-wallet-browser-61caee9d944615a48c43e4eb66b204c1e8b9ae6d.tar.lz
tangerine-wallet-browser-61caee9d944615a48c43e4eb66b204c1e8b9ae6d.tar.xz
tangerine-wallet-browser-61caee9d944615a48c43e4eb66b204c1e8b9ae6d.tar.zst
tangerine-wallet-browser-61caee9d944615a48c43e4eb66b204c1e8b9ae6d.zip
Merge branch 'network-remove-provider-engine' of https://github.com/MetaMask/metamask-extension into transactions-use-new-block-tracker
Diffstat (limited to 'test/unit/nameForAccount_test.js')
-rw-r--r--test/unit/nameForAccount_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/nameForAccount_test.js b/test/unit/nameForAccount_test.js
index 32af49e9d..9bb02c6bc 100644
--- a/test/unit/nameForAccount_test.js
+++ b/test/unit/nameForAccount_test.js
@@ -6,7 +6,7 @@ var contractNamer = require(path.join(__dirname, '..', '..', 'old-ui', 'lib', 'c
describe('contractNamer', function () {
beforeEach(function () {
- this.sinon = sinon.sandbox.create()
+ this.sinon = sinon.createSandbox()
})
afterEach(function () {