diff --git a/packages/ai/src/tools/communication-tools/respond-without-asset-creation.test.ts b/packages/ai/src/tools/communication-tools/respond-without-asset-creation.test.ts index dca63bc0c..43fcd4c0f 100644 --- a/packages/ai/src/tools/communication-tools/respond-without-asset-creation.test.ts +++ b/packages/ai/src/tools/communication-tools/respond-without-asset-creation.test.ts @@ -2,7 +2,7 @@ import { describe, expect, test } from 'vitest'; import { validateArrayAccess } from '../../utils/validation-helpers'; import { parseStreamingArgs } from './respond-without-asset-creation'; -describe('Respond Without Analysis Tool Streaming Parser', () => { +describe('Respond Without Asset Creation Tool Streaming Parser', () => { test('should return null for empty or invalid input', () => { expect(parseStreamingArgs('')).toBeNull(); expect(parseStreamingArgs('{')).toBeNull();