From ea28998bc1ffc4c1ab3af315cd313efa9355a5fe Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 30 Jun 2020 17:31:32 +0200 Subject: [PATCH] CC License Submission Step - fix tests bis --- src/app/community-list-page/community-list-service.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/community-list-page/community-list-service.spec.ts b/src/app/community-list-page/community-list-service.spec.ts index f4955b2a36..e1a0f5c17f 100644 --- a/src/app/community-list-page/community-list-service.spec.ts +++ b/src/app/community-list-page/community-list-service.spec.ts @@ -450,7 +450,7 @@ describe('CommunityListService', () => { }); let flatNodeList; describe('should return list containing only flatnode corresponding to that community', () => { - beforeAll((done) => { + beforeEach((done) => { service.transformCommunity(communityWithSubcoms, 0, null, null) .pipe(take(1)) .subscribe((value) => {