mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-22 03:43:24 +00:00
test(tui): update web search label expectation (#43166)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
This commit is contained in:
parent
b968a314d3
commit
cd156f9f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -2272,7 +2272,7 @@ describe("V2 mini transport", () => {
|
|||
expect(commits.map((item) => item.phase)).toEqual(["start", "final"])
|
||||
const start = commits[0]
|
||||
if (!start) throw new Error("Expected web search start commit")
|
||||
expect(entryBody(start)).toEqual({ type: "text", content: '◈ Exa Web Search "effect"' })
|
||||
expect(entryBody(start)).toEqual({ type: "text", content: '◈ Web Search via Exa "effect"' })
|
||||
await transport.close()
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue