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/util_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/util_test.js')
-rw-r--r-- | test/unit/util_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/util_test.js b/test/unit/util_test.js index 59048975a..39473854f 100644 --- a/test/unit/util_test.js +++ b/test/unit/util_test.js @@ -10,7 +10,7 @@ describe('util', function () { for (var i = 0; i < 18; i++) { ethInWei += '0' } beforeEach(function () { - this.sinon = sinon.sandbox.create() + this.sinon = sinon.createSandbox() }) afterEach(function () { |