style: eslint padding fix in profile-scope test (salvage follow-up)

This commit is contained in:
Teknium 2026-07-28 09:35:31 -07:00
parent e27997d63f
commit 43e1b7f474

View file

@ -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')
}