diff --git a/services/contacts/test/unit/js/HttpControllerTests.js b/services/contacts/test/unit/js/HttpControllerTests.js index fd92a6a37d..e3d183eebd 100644 --- a/services/contacts/test/unit/js/HttpControllerTests.js +++ b/services/contacts/test/unit/js/HttpControllerTests.js @@ -146,9 +146,5 @@ describe('HttpController', function() { .should.equal(true) }) }) - - return describe('with a holding account', function() { - return it('should not return holding accounts') - }) }) })