mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 16:40:48 +00:00
chore: generate
This commit is contained in:
parent
9d35b04e13
commit
dab567aa2d
1 changed files with 2 additions and 1 deletions
|
|
@ -410,7 +410,8 @@ describe("acp.agent event subscription", () => {
|
|||
} as any)
|
||||
|
||||
await pollUntil(
|
||||
() => sessionUpdates.some((u) => u.sessionId === sessionId && u.update.sessionUpdate === "agent_message_chunk"),
|
||||
() =>
|
||||
sessionUpdates.some((u) => u.sessionId === sessionId && u.update.sessionUpdate === "agent_message_chunk"),
|
||||
"marker event was never processed",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue