aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/nameForAccount_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/nameForAccount_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/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 () {