mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Chore: fix test error
This commit is contained in:
parent
810bf3d612
commit
a0172a2754
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue