Skip to content

Commit fb7a332

Browse files
zhangguiping-xydtvincentkoc
authored andcommitted
test(ui): fix chat session test cast
1 parent 7293016 commit fb7a332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/ui/app-chat.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2143,7 +2143,7 @@ describe("handleSendChat", () => {
21432143

21442144
await handleSendChat(host);
21452145
await Promise.resolve();
2146-
await loadSessions(host as Parameters<typeof loadSessions>[0]);
2146+
await loadSessions(host as unknown as Parameters<typeof loadSessions>[0]);
21472147

21482148
expect(host.chatRunId).toBeNull();
21492149
expect(host.chatStream).toBeNull();

0 commit comments

Comments
 (0)