diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-05-23 04:02:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-23 04:02:41 +0800 |
commit | cee55b47d03006630b1dbe038c6008654ca8f674 (patch) | |
tree | fe818a80ee98ee76a53e9be6087c09be02241503 /test/unit/nameForAccount_test.js | |
parent | 492b4a674392e4772ef8e2cc8f5836b882cfeec7 (diff) | |
parent | 238f2eb179895bbb9e2a2ec26863041564c90a9d (diff) | |
download | tangerine-wallet-browser-cee55b47d03006630b1dbe038c6008654ca8f674.tar tangerine-wallet-browser-cee55b47d03006630b1dbe038c6008654ca8f674.tar.gz tangerine-wallet-browser-cee55b47d03006630b1dbe038c6008654ca8f674.tar.bz2 tangerine-wallet-browser-cee55b47d03006630b1dbe038c6008654ca8f674.tar.lz tangerine-wallet-browser-cee55b47d03006630b1dbe038c6008654ca8f674.tar.xz 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.js | 2 |
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 () { |