diff options
| author | Josh Soref <[email protected]> | 2025-07-21 17:54:44 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-21 21:54:44 +0000 |
| commit | dc2ac144b7059ec2d66f1e90316df40d3822c8b5 (patch) | |
| tree | 63c9bece313ae92c841ab2808253c9cc6eaee755 /packages/cli/src/ui/hooks/useToolScheduler.test.ts | |
| parent | 8be5f8038a50fb5b2010590c8a18a4558da1663c (diff) | |
Various spelling improvements (#3497)
Signed-off-by: Josh Soref <[email protected]>
Co-authored-by: Sandy Tao <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/hooks/useToolScheduler.test.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/useToolScheduler.test.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cli/src/ui/hooks/useToolScheduler.test.ts b/packages/cli/src/ui/hooks/useToolScheduler.test.ts index 81ea1f77..5395d18a 100644 --- a/packages/cli/src/ui/hooks/useToolScheduler.test.ts +++ b/packages/cli/src/ui/hooks/useToolScheduler.test.ts @@ -341,7 +341,7 @@ describe('useReactToolScheduler', () => { const schedule = result.current[1]; const request: ToolCallRequestInfo = { callId: 'call1', - name: 'nonExistentTool', + name: 'nonexistentTool', args: {}, }; @@ -361,7 +361,7 @@ describe('useReactToolScheduler', () => { request, response: expect.objectContaining({ error: expect.objectContaining({ - message: 'Tool "nonExistentTool" not found in registry.', + message: 'Tool "nonexistentTool" not found in registry.', }), }), }), |
