فهرست منبع

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

Simon Klee 4 ماه پیش
والد
کامیت
2cda629c8d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/src/components/prompt-input/placeholder.test.ts

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

@@ -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", () => {