From f4f44fa2a9c881eec8483b0d021d544d009b4652 Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Mon, 17 Feb 2020 07:56:11 +0000 Subject: [PATCH] Remove empty test --- services/contacts/test/unit/js/HttpControllerTests.js | 4 ---- 1 file changed, 4 deletions(-) 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') - }) }) })