1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-26 02:42:17 -05:00

Fix contacts unit test

This commit is contained in:
Tankred Hase 2014-11-12 20:56:28 +01:00
parent c2df2abbb0
commit 3e54f66cb9

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