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