Skip to content

Commit ba78957

Browse files
committed
test: update vscode-lm-format test to match new image placeholder format
1 parent 81a8e9d commit ba78957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/transform/__tests__/vscode-lm-format.spec.ts

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

171171
expect(result).toHaveLength(1)
172172
const imagePlaceholder = result[0].content[1] as MockLanguageModelTextPart
173-
expect(imagePlaceholder.value).toContain("[Image (base64): image/png not supported by VSCode LM API]")
173+
expect(imagePlaceholder.value).toContain("[Image (base64): image/png]")
174174
})
175175
})
176176

0 commit comments

Comments
 (0)