Skip to content

Commit 395ec42

Browse files
vNovskiFrancescoMolinaro
authored andcommitted
[UXP-111] fix: unit-tests
1 parent cb1ca45 commit 395ec42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/shared/carousel/carousel.component.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import { createPaginatedList } from '../testing/utils.test';
3535
import { ItemSearchResult } from '../object-collection/shared/item-search-result.model';
3636
import { BitstreamFormat } from '../../core/shared/bitstream-format.model';
3737
import { CarouselOptions } from './carousel-options.model';
38+
import { InternalLinkService } from 'src/app/core/services/internal-link.service';
3839

3940
describe('CarouselComponent', () => {
4041
let component: CarouselComponent;
@@ -168,6 +169,7 @@ describe('CarouselComponent', () => {
168169
providers: [
169170
CarouselComponent,
170171
{ provide: ObjectCacheService, useValue: {} },
172+
{ provide: InternalLinkService, useValue: {} },
171173
{ provide: UUIDService, useValue: {} },
172174
{ provide: Store, useValue: {} },
173175
{ provide: RemoteDataBuildService, useValue: {} },

0 commit comments

Comments
 (0)