CC License Submission Step - fix tests bis

This commit is contained in:
Samuel
2020-06-30 17:31:32 +02:00
parent 3f39752550
commit ea28998bc1

View File

@@ -450,7 +450,7 @@ describe('CommunityListService', () => {
}); });
let flatNodeList; let flatNodeList;
describe('should return list containing only flatnode corresponding to that community', () => { describe('should return list containing only flatnode corresponding to that community', () => {
beforeAll((done) => { beforeEach((done) => {
service.transformCommunity(communityWithSubcoms, 0, null, null) service.transformCommunity(communityWithSubcoms, 0, null, null)
.pipe(take(1)) .pipe(take(1))
.subscribe((value) => { .subscribe((value) => {