diff --git a/apps/desktop/src/main/__tests__/goal-services-adapter.test.ts b/apps/desktop/src/main/__tests__/goal-services-adapter.test.ts index e82445224b..0a16ae7c06 100644 --- a/apps/desktop/src/main/__tests__/goal-services-adapter.test.ts +++ b/apps/desktop/src/main/__tests__/goal-services-adapter.test.ts @@ -61,19 +61,16 @@ describe('createDesktopGoalServices', () => { changes.push(sessionId); }); sessionHandler?.({ - type: 'sessions_changed', reason: 'updated', sessionId: 'ignored', ts: 1, }); sessionHandler?.({ - type: 'sessions_changed', reason: 'goal-change', sessionId: 's', ts: 2, }); sessionHandler?.({ - type: 'sessions_changed', reason: 'goal-change', ts: 3, });