Skip to content

Commit 7cabf43

Browse files
autofix-ci[bot]DiegoGBrisa
authored andcommitted
ci: apply automated fixes
1 parent f1a0e96 commit 7cabf43

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/typescript/ai/tests/chat.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,8 +870,7 @@ describe('chat()', () => {
870870

871871
const ends = chunks.filter(
872872
(c) =>
873-
c.type === 'TOOL_CALL_END' &&
874-
(c as any).toolCallId === 'call_server',
873+
c.type === 'TOOL_CALL_END' && (c as any).toolCallId === 'call_server',
875874
)
876875
expect(ends).toHaveLength(1)
877876

0 commit comments

Comments
 (0)