Fix contacts unit test

This commit is contained in:
Tankred Hase 2014-11-12 20:56:28 +01:00
parent c2df2abbb0
commit 3e54f66cb9
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ describe('Contacts Controller unit test', function() {
describe('scope variables', function() {
it('should be set correctly', function() {
expect(scope.fingerprint).to.equal('XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX');
expect(scope.state.contacts.toggle).to.exist;
});
});