diff --git a/apps/desktop/src/hermes-profile-scope.test.ts b/apps/desktop/src/hermes-profile-scope.test.ts index 127fc12971d1..ef6c068f4c0c 100644 --- a/apps/desktop/src/hermes-profile-scope.test.ts +++ b/apps/desktop/src/hermes-profile-scope.test.ts @@ -75,6 +75,7 @@ describe('backend action helpers are profile-scoped', () => { void getElevenLabsVoices() expect(api.mock.calls).toHaveLength(3) + for (const call of api.mock.calls) { expect(call[0].profile).toBe('jarvis') }