Skip to content

Commit 18bae22

Browse files
Matus Kasakclaude
andcommitted
ZCU-DATA/test(static-page): type HtmlContentService spy (review nit)
Use jasmine.SpyObj<HtmlContentService> instead of `any` for the test spy, per Copilot review. Refs dataquest-dev/dspace-customers#566 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 255cd3b commit 18bae22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/static-page/static-page.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('StaticPageComponent', () => {
1818
let component: StaticPageComponent;
1919
let fixture: ComponentFixture<StaticPageComponent>;
2020

21-
let htmlContentService: any;
21+
let htmlContentService: jasmine.SpyObj<HtmlContentService>;
2222
let localeService: any;
2323
let responseService: jasmine.SpyObj<ServerResponseService>;
2424
let appConfig: any;

0 commit comments

Comments
 (0)