removed unused code

This commit is contained in:
Carlos 2017-08-25 09:03:43 +02:00
parent fbb10cc2c0
commit 29dd3ef67c
1 changed files with 0 additions and 7 deletions

View File

@ -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`);
});
});