From a0172a27540bcfd04400b9cbce0a4e20a2c0a041 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:01:45 -0800 Subject: [PATCH] Chore: fix test error --- .../src/app/components/common/input/tags/tags.component.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/src/app/components/common/input/tags/tags.component.spec.ts b/src-ui/src/app/components/common/input/tags/tags.component.spec.ts index 84f1c4817d..ae543075e3 100644 --- a/src-ui/src/app/components/common/input/tags/tags.component.spec.ts +++ b/src-ui/src/app/components/common/input/tags/tags.component.spec.ts @@ -106,6 +106,7 @@ describe('TagsComponent', () => { modalService = TestBed.inject(NgbModal) settingsService = TestBed.inject(SettingsService) + settingsService.currentUser = { id: 1 } fixture = TestBed.createComponent(TagsComponent) fixture.debugElement.injector.get(NG_VALUE_ACCESSOR) component = fixture.componentInstance -- 2.47.3