mirror of https://github.com/buster-so/buster.git
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:
parent
3161c2b5e1
commit
87aa4f1993
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue