From d8fb9f11955546e809e9c5a186b328aea88accb4 Mon Sep 17 00:00:00 2001 From: Kim Shepherd Date: Mon, 24 Mar 2025 17:51:07 +0100 Subject: [PATCH] Request-a-copy: Test fixes --- .../file-download-link/file-download-link.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/file-download-link/file-download-link.component.spec.ts b/src/app/shared/file-download-link/file-download-link.component.spec.ts index f66863e3a7..4dd3abfc85 100644 --- a/src/app/shared/file-download-link/file-download-link.component.spec.ts +++ b/src/app/shared/file-download-link/file-download-link.component.spec.ts @@ -22,12 +22,12 @@ import { AuthorizationDataService } from '../../core/data/feature-authorization/ import { FeatureID } from '../../core/data/feature-authorization/feature-id'; import { Bitstream } from '../../core/shared/bitstream.model'; import { Item } from '../../core/shared/item.model'; +import { ItemRequest } from '../../core/shared/item-request.model'; import { URLCombiner } from '../../core/url-combiner/url-combiner'; import { getItemModuleRoute } from '../../item-page/item-page-routing-paths'; import { ActivatedRouteStub } from '../testing/active-router.stub'; import { RouterLinkDirectiveStub } from '../testing/router-link-directive.stub'; import { FileDownloadLinkComponent } from './file-download-link.component'; -import { ItemRequest } from '../../core/shared/item-request.model'; describe('FileDownloadLinkComponent', () => { let component: FileDownloadLinkComponent;