Skip to content

Commit

Permalink
fix: ut
Browse files Browse the repository at this point in the history
  • Loading branch information
tecton committed May 17, 2024
1 parent 6bbd3ff commit 4403f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vscode-extension/test/chat/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("chat utils", () => {
const token = new CancellationToken();
const chatModel: vscode.LanguageModelChat = {
sendRequest: sandbox.stub().resolves({
stream: asyncIterator,
text: asyncIterator,
}),
id: "",
vendor: "",
Expand Down Expand Up @@ -77,7 +77,7 @@ describe("chat utils", () => {
const token = new CancellationToken();
const chatModel: vscode.LanguageModelChat = {
sendRequest: sandbox.stub().resolves({
stream: asyncIterator,
text: asyncIterator,
}),
id: "",
vendor: "",
Expand Down

0 comments on commit 4403f4d

Please sign in to comment.