mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
93665: Fixed lint issue
This commit is contained in:
@@ -26,7 +26,7 @@ function init() {
|
||||
|
||||
routeService = jasmine.createSpyObj('routeService', {
|
||||
getQueryParameterValue: observableOf('1')
|
||||
})
|
||||
});
|
||||
}
|
||||
describe('BrowseEntryListElementComponent', () => {
|
||||
beforeEach(waitForAsync(() => {
|
||||
|
Reference in New Issue
Block a user