mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fix lint error
This commit is contained in:
@@ -171,12 +171,7 @@ describe('MetadataService', () => {
|
|||||||
Meta,
|
Meta,
|
||||||
Title,
|
Title,
|
||||||
// tslint:disable-next-line:no-empty
|
// tslint:disable-next-line:no-empty
|
||||||
{
|
{ provide: ItemDataService, useValue: { findById: () => { } } },
|
||||||
provide: ItemDataService, useValue: {
|
|
||||||
findById: () => {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
provide: HardRedirectService,
|
provide: HardRedirectService,
|
||||||
useValue: { rewriteDownloadURL: (a) => a, getRequestOrigin: () => environment.ui.baseUrl }
|
useValue: { rewriteDownloadURL: (a) => a, getRequestOrigin: () => environment.ui.baseUrl }
|
||||||
|
Reference in New Issue
Block a user