test(prompt): align shell placeholder expectation (#24147)

This commit is contained in:
Simon Klee 2026-04-24 13:00:11 +02:00 committed by GitHub
parent f033d2d8fb
commit 2cda629c8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ describe("promptPlaceholder", () => {
suggest: true,
t,
})
expect(value).toBe("prompt.placeholder.shell")
expect(value).toBe("prompt.placeholder.shell:example")
})
test("returns summarize placeholders for comment context", () => {