From 29dd3ef67c6bab76bc9776f8ec368f3ab29300be Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 25 Aug 2017 09:03:43 +0200 Subject: [PATCH] removed unused code --- client/client/src/web-access/web-access.spec.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/client/client/src/web-access/web-access.spec.js b/client/client/src/web-access/web-access.spec.js index eea0edfd7..46a4c4606 100644 --- a/client/client/src/web-access/web-access.spec.js +++ b/client/client/src/web-access/web-access.spec.js @@ -20,11 +20,4 @@ describe('some component', () => { instance.onPassChange('ACCEPT'); expect(vnApp.showError).toHaveBeenCalledWith(`Passwords don't match`); }); - - it('', () => { - instance.newPassword = 'test'; - instance.repeatPassword = 'notTheSame'; - instance.onPassChange('ACCEPT'); - expect(vnApp.showError).toHaveBeenCalledWith(`Passwords don't match`); - }); });