Remove empty test

This commit is contained in:
Simon Detheridge 2020-02-17 07:56:11 +00:00
parent d5b373defb
commit f4f44fa2a9

View file

@ -146,9 +146,5 @@ describe('HttpController', function() {
.should.equal(true)
})
})
return describe('with a holding account', function() {
return it('should not return holding accounts')
})
})
})