mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
58522: implemented delete for coll and comms
This commit is contained in:
@@ -86,7 +86,7 @@ describe('ComColDataService', () => {
|
||||
function initMockCommunityDataService(): CommunityDataService {
|
||||
return jasmine.createSpyObj('responseCache', {
|
||||
getEndpoint: hot('--a-', { a: communitiesEndpoint }),
|
||||
getFindByIDHref: cold('b-', { b: communityEndpoint })
|
||||
getIDHref: cold('b-', { b: communityEndpoint })
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user