Skip to content

Commit f35c1ee

Browse files
simonkleevaur94
authored andcommitted
test(prompt): align shell placeholder expectation (anomalyco#24147)
(cherry picked from commit 2cda629)
1 parent 1cba6d3 commit f35c1ee

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)