From 87aa4f1993edb9d1e8e925d491b7acf84964c38f Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 23 Jul 2025 08:29:40 -0600 Subject: [PATCH] Update packages/ai/src/tools/communication-tools/respond-without-asset-creation.test.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .../communication-tools/respond-without-asset-creation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();