File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import {
2727import { FindListOptions } from '@dspace/core/data/find-list-options.model' ;
2828import { PaginationService } from '@dspace/core/pagination/pagination.service' ;
2929import { PaginationComponentOptions } from '@dspace/core/pagination/pagination-component-options.model' ;
30+ import { UUIDService } from '@dspace/core/shared/uuid.service' ;
3031import { MockActivatedRoute } from '@dspace/core/testing/active-router.mock' ;
3132import { HostWindowServiceMock } from '@dspace/core/testing/host-window-service.mock' ;
3233import { RouterMock } from '@dspace/core/testing/router.mock' ;
@@ -46,7 +47,6 @@ import { HostWindowService } from '../host-window.service';
4647import { RSSComponent } from '../rss-feed/rss.component' ;
4748import { EnumKeysPipe } from '../utils/enum-keys-pipe' ;
4849import { PaginationComponent } from './pagination.component' ;
49- import { UUIDService } from 'src/app/core/shared/uuid.service' ;
5050
5151function expectPages ( fixture : ComponentFixture < any > , pagesDef : string [ ] ) : void {
5252 const de = fixture . debugElement . query ( By . css ( '.pagination' ) ) ;
@@ -172,7 +172,7 @@ describe('Pagination component', () => {
172172 { path : 'home' , component : TestComponent } ,
173173 ] ) ,
174174 UUIDService ,
175- ] ,
175+ ] ,
176176 declarations : [
177177 PaginationComponent ,
178178 TestComponent ,
You can’t perform that action at this time.
0 commit comments