aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/nameForAccount_test.js
diff options
context:
space:
mode:
authorThomas <tmashuang@gmail.com>2018-04-05 03:48:30 +0800
committerThomas <tmashuang@gmail.com>2018-04-05 03:48:30 +0800
commit06e25205b200b976e286c670cc5e703439dab05c (patch)
treee27ecd5cf9d045cb2a78f3c93fb70a55e959a5e6 /test/unit/nameForAccount_test.js
parentae4f3366bf4c66fe5658b3d5736c2499dd381628 (diff)
downloadtangerine-wallet-browser-06e25205b200b976e286c670cc5e703439dab05c.tar
tangerine-wallet-browser-06e25205b200b976e286c670cc5e703439dab05c.tar.gz
tangerine-wallet-browser-06e25205b200b976e286c670cc5e703439dab05c.tar.bz2
tangerine-wallet-browser-06e25205b200b976e286c670cc5e703439dab05c.tar.lz
tangerine-wallet-browser-06e25205b200b976e286c670cc5e703439dab05c.tar.xz
tangerine-wallet-browser-06e25205b200b976e286c670cc5e703439dab05c.tar.zst
tangerine-wallet-browser-06e25205b200b976e286c670cc5e703439dab05c.zip
Update sinion methods. sandbox.create() -> createSandbox()
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 () {