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>
This commit is contained in:
dal 2025-07-23 08:29:40 -06:00 committed by GitHub
parent 3161c2b5e1
commit 87aa4f1993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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();