fix RelationshipService tests

This commit is contained in:
Art Lowel
2020-02-04 14:42:57 +01:00
parent 6bffa68bbb
commit d5b2fbff0c
5 changed files with 191 additions and 119 deletions

View File

@@ -190,8 +190,6 @@ describe('CommunityListService', () => {
service = new CommunityListService(communityDataServiceStub, collectionDataServiceStub, store);
}));
afterAll(() => service = new CommunityListService(communityDataServiceStub, collectionDataServiceStub, store));
it('should create', inject([CommunityListService], (serviceIn: CommunityListService) => {
expect(serviceIn).toBeTruthy();
}));