mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
CC License Submission Step - fix tests bis
This commit is contained in:
@@ -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) => {
|
||||||
|
Reference in New Issue
Block a user