mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: correct property name in GlobalConfigService from misc$ to tasks$
This commit is contained in:
parent
e000f2568f
commit
a27fff8a2f
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ describe('TaskRelatedModelEffects', () => {
|
|||
{
|
||||
provide: GlobalConfigService,
|
||||
useValue: {
|
||||
misc$: of({ isAutoAddWorkedOnToToday: true }),
|
||||
tasks$: of({ isAutoAddWorkedOnToToday: true }),
|
||||
},
|
||||
},
|
||||
{ provide: HydrationStateService, useValue: hydrationStateServiceSpy },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue