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;
|
||||
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) => {
|
||||
|
Reference in New Issue
Block a user