Skip to content

Commit 2cda629

Browse files
authored
test(prompt): align shell placeholder expectation (#24147)
1 parent f033d2d commit 2cda629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/prompt-input/placeholder.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe("promptPlaceholder", () => {
1212
suggest: true,
1313
t,
1414
})
15-
expect(value).toBe("prompt.placeholder.shell")
15+
expect(value).toBe("prompt.placeholder.shell:example")
1616
})
1717

1818
test("returns summarize placeholders for comment context", () => {

0 commit comments

Comments
 (0)