Skip to content

Commit 0942664

Browse files
committed
Fix tests from Charles' change
1 parent ee95db0 commit 0942664

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backend/src/__tests__/xml-stream-parser.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,9 @@ describe('processStreamWithTags', () => {
711711

712712
expect(events).toEqual([
713713
{
714-
name: undefined,
715-
error: 'Tool not found: undefined',
714+
name: 'parse_error',
715+
error:
716+
'Unknown tool undefined for tool call: {\n "param1": "value1"\n}',
716717
type: 'error',
717718
},
718719
])

0 commit comments

Comments
 (0)