diff options
author | Esteban MIno <efmino@uc.cl> | 2018-08-28 09:10:14 +0800 |
---|---|---|
committer | Esteban MIno <efmino@uc.cl> | 2018-08-28 09:10:14 +0800 |
commit | 3106374cc31b66e5a0faadd657b4430e21aa48b2 (patch) | |
tree | 089adefcdd2ab8de462d549c9efcf9f4677cd287 /test | |
parent | 8af45d50cf345ae0f5cecf5314f73603e7cc73a7 (diff) | |
download | tangerine-wallet-browser-3106374cc31b66e5a0faadd657b4430e21aa48b2.tar.gz tangerine-wallet-browser-3106374cc31b66e5a0faadd657b4430e21aa48b2.tar.zst tangerine-wallet-browser-3106374cc31b66e5a0faadd657b4430e21aa48b2.zip |
watchAsset small changes
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/app/controllers/preferences-controller-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/app/controllers/preferences-controller-test.js b/test/unit/app/controllers/preferences-controller-test.js index d63356215..2c261be90 100644 --- a/test/unit/app/controllers/preferences-controller-test.js +++ b/test/unit/app/controllers/preferences-controller-test.js @@ -357,7 +357,7 @@ describe('preferences controller', function () { sandbox.restore() }) - it('should do anything if method not corresponds', async function () { + it('shouldn not do anything if method not corresponds', async function () { const asy = {next: () => {}, end: () => {}} var stubNext = sandbox.stub(asy, 'next') var stubEnd = sandbox.stub(asy, 'end').returns(0) |