Fix lint error

This commit is contained in:
Giuseppe Digilio
2021-01-08 09:17:16 +01:00
parent e5af894077
commit ae18027669

View File

@@ -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 }