From 3106374cc31b66e5a0faadd657b4430e21aa48b2 Mon Sep 17 00:00:00 2001 From: Esteban MIno Date: Mon, 27 Aug 2018 22:10:14 -0300 Subject: watchAsset small changes --- test/unit/app/controllers/preferences-controller-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit