mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fixed tests after merge.
This commit is contained in:
@@ -149,7 +149,7 @@ describe('RelationshipDataService', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('composition', () => {
|
describe('composition', () => {
|
||||||
const initService = () => new RelationshipDataService(null, null, null, null, null, null, null);
|
const initService = () => new RelationshipDataService(null, null, null, null, null, null, null, null);
|
||||||
|
|
||||||
testSearchDataImplementation(initService);
|
testSearchDataImplementation(initService);
|
||||||
});
|
});
|
||||||
|
@@ -186,7 +186,7 @@ describe('PersonSearchResultListElementSubmissionComponent', () => {
|
|||||||
declarations: [PersonSearchResultListSubmissionElementComponent, TruncatePipe],
|
declarations: [PersonSearchResultListSubmissionElementComponent, TruncatePipe],
|
||||||
providers: [
|
providers: [
|
||||||
{ provide: TruncatableService, useValue: {} },
|
{ provide: TruncatableService, useValue: {} },
|
||||||
{ provide: RelationshipService, useValue: mockRelationshipService },
|
{ provide: RelationshipDataService, useValue: mockRelationshipService },
|
||||||
{ provide: NotificationsService, useValue: {} },
|
{ provide: NotificationsService, useValue: {} },
|
||||||
{ provide: TranslateService, useValue: {} },
|
{ provide: TranslateService, useValue: {} },
|
||||||
{ provide: NgbModal, useValue: {} },
|
{ provide: NgbModal, useValue: {} },
|
||||||
|
Reference in New Issue
Block a user