aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/infura-controller-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/infura-controller-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/infura-controller-test.js')
-rw-r--r--test/unit/infura-controller-test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/infura-controller-test.js b/test/unit/infura-controller-test.js
index 605305efa..c9f0e7587 100644
--- a/test/unit/infura-controller-test.js
+++ b/test/unit/infura-controller-test.js
@@ -8,7 +8,7 @@ describe('infura-controller', function () {
before(async function () {
infuraController = new InfuraController()
- sandbox = sinon.sandbox.create()
+ sandbox = sinon.createSandbox()
sinon.stub(infuraController, 'checkInfuraNetworkStatus').resolves(response)
networkStatus = await infuraController.checkInfuraNetworkStatus()
})