Removed importer suite assertion with no specific meaning

refs https://github.com/TryGhost/Team/issues/555

- Follow up to previous commit. Read it for full context.
This commit is contained in:
Naz 2021-03-12 15:51:13 +13:00 committed by naz
parent 653863bf0e
commit cc8fe3ad43

View File

@ -36,8 +36,6 @@ describe('Integration: Importer', function () {
sinon.restore();
});
should.exist(importer);
describe('Empty database (except of owner user), general tests', function () {
beforeEach(testUtils.setup('roles', 'owner', 'settings'));