aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/actions/tx_test.js
diff options
context:
space:
mode:
authorThomas <tmashuang@gmail.com>2018-04-05 05:26:18 +0800
committerThomas <tmashuang@gmail.com>2018-04-05 05:26:18 +0800
commit7aa54916d8508aababd202eef2e57bc90c6c842d (patch)
tree24e4f38d95d95cf1f4b1287ecd6dd4c9b3ab0e36 /test/unit/actions/tx_test.js
parent68808c8e242bd6240ef8f4d73f91514fc73b32f0 (diff)
downloadtangerine-wallet-browser-7aa54916d8508aababd202eef2e57bc90c6c842d.tar
tangerine-wallet-browser-7aa54916d8508aababd202eef2e57bc90c6c842d.tar.gz
tangerine-wallet-browser-7aa54916d8508aababd202eef2e57bc90c6c842d.tar.bz2
tangerine-wallet-browser-7aa54916d8508aababd202eef2e57bc90c6c842d.tar.lz
tangerine-wallet-browser-7aa54916d8508aababd202eef2e57bc90c6c842d.tar.xz
tangerine-wallet-browser-7aa54916d8508aababd202eef2e57bc90c6c842d.tar.zst
tangerine-wallet-browser-7aa54916d8508aababd202eef2e57bc90c6c842d.zip
Update Sinon methods. sinon.sandbox.create() -> sandbox.createSandbox()
Diffstat (limited to 'test/unit/actions/tx_test.js')
-rw-r--r--test/unit/actions/tx_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/actions/tx_test.js b/test/unit/actions/tx_test.js
index b6a691860..c110f71fc 100644
--- a/test/unit/actions/tx_test.js
+++ b/test/unit/actions/tx_test.js
@@ -9,7 +9,7 @@ var reducers = require(path.join(__dirname, '..', '..', '..', 'ui', 'app', 'redu
describe('tx confirmation screen', function () {
beforeEach(function () {
- this.sinon = sinon.sandbox.create()
+ this.sinon = sinon.createSandbox()
})
afterEach(function () {