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', {
|
routeService = jasmine.createSpyObj('routeService', {
|
||||||
getQueryParameterValue: observableOf('1')
|
getQueryParameterValue: observableOf('1')
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
describe('BrowseEntryListElementComponent', () => {
|
describe('BrowseEntryListElementComponent', () => {
|
||||||
beforeEach(waitForAsync(() => {
|
beforeEach(waitForAsync(() => {
|
||||||
|
Reference in New Issue
Block a user