diff --git a/apps/desktop/src/store/agent-notices.test.ts b/apps/desktop/src/store/agent-notices.test.ts index f91328b2eb97..540a3cfad6e8 100644 --- a/apps/desktop/src/store/agent-notices.test.ts +++ b/apps/desktop/src/store/agent-notices.test.ts @@ -89,6 +89,7 @@ test('the trailing "· detail" is split off as a secondary meta line, not inline level: 'error', text: '✕ Credit access paused · run /topup to top up' }) + expect(paused?.message).toBe('Credit access paused') expect(paused?.meta).toBe('run /topup to top up')