mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
style: eslint padding fix in profile-scope test (salvage follow-up)
This commit is contained in:
parent
e27997d63f
commit
43e1b7f474
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue