fix: correct property name in GlobalConfigService from misc$ to tasks$

This commit is contained in:
Ivan Kalashnikov 2026-01-19 00:29:17 +07:00
parent e000f2568f
commit a27fff8a2f

View file

@ -49,7 +49,7 @@ describe('TaskRelatedModelEffects', () => {
{
provide: GlobalConfigService,
useValue: {
misc$: of({ isAutoAddWorkedOnToToday: true }),
tasks$: of({ isAutoAddWorkedOnToToday: true }),
},
},
{ provide: HydrationStateService, useValue: hydrationStateServiceSpy },